Calculate turn-by-turn driving, walking, or cycling directions between multiple locations
Documentation Index
Fetch the complete documentation index at: https://docs.bookovia.com/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key header.
Required permissions: routing:read
auto, auto_shorter, truck, bicycle, pedestrian, motorcycle, motor_scooter, bus, taxi, bikeshareDefault: autoTurn-by-Turn Navigation
Fleet Route Planning
Multi-Stop Deliveries
type: break vs type: through for efficient multi-drop routing.Bicycle & Pedestrian Routing
Time-Based Routing
Alternative Routes
| Status Code | Error | Description |
|---|---|---|
| 400 | Invalid request body | Malformed JSON or missing required fields |
| 400 | No route found | No valid route between locations (disconnected roads, water barrier, etc.) |
| 400 | Distance exceeds maximum | Route distance exceeds 5,000 km limit |
| 400 | Too many locations | More than 50 waypoints provided |
| 401 | API key required | Missing X-API-Key header |
| 401 | Invalid API key format | API key doesn’t start with bkv_ |
| 500 | Routing request failed | Internal routing engine error |