Drop-in replacement for the Google Routes API. Returns the standard response with additional physics enrichment per step.
Accepted for Google compatibility but ignored. The full response is always returned.
Request body for route computation. Accepts all Google Routes API fields — unsupported fields are silently ignored.
Origin waypoint (required)
Destination waypoint (required)
Intermediate waypoints (stops or pass-through points)
Travel mode. Only DRIVE is supported (truck routing).
Routing preference. Traffic is not currently modeled.
Departure time in ISO 8601 UTC format. Affects school zone detection and time-based routing.
When true and no intermediate waypoints, returns up to 3 alternative routes.
Route modifiers (avoid tolls, highways, ferries)
Language for navigation instructions
Vehicle specification for physics enrichment. Defaults to SEMI_TRAILER preset if omitted.
Routing profile that adjusts enrichment weights
balanced, fuel_optimal, time_optimal, fatigue_aware Override individual profile weights (e.g. {"fuelWeight": 1.5})
Webhook URL for async route completion notifications. Only used by POST /v1/routes.
Successfully computed route(s). The response matches the Google Routes API computeRoutes response shape exactly, with an additional enrichment field on each step.
Response from the Google-compatible computeRoutes endpoint. Returns one or more routes in the same format as the Google Routes API, enriched with segment-level physics data (grade, curvature, fuel burn, zone flags).