| Table | A distance/duration matrix (NxM) between origins and destinations |
| Cube | A 3D time-dependent matrix — multiple table slices across departure times, approximated by polynomial coefficients |
| Slice | A single time period in a cube representing traffic conditions at a specific departure time |
| Interpolate | Linear interpolation between traffic time slices for smoother time-dependent results |
| Sync endpoint | Synchronous variant (e.g., /table/sync, /cube/sync) that returns results directly instead of creating an async job |
| Async endpoint | Standard variant (e.g., /table, /cube) that returns a job ID for polling via /{id} and /{id}/response |