Calculate batch routes
Directions
/route/batch
Process multiple route requests in a single API call. Each route in the batch is calculated independently, reducing API overhead for bulk operations.
POST
Calculate batch routes
Authorizations
API key authentication. Include your API key in the Authorization header.
Body
application/json
Request DTO for batch route processing
Array of route requests to process in batch
Required array length:
2 - 20 elementsResponse
Batch routes processed successfully. Batch processing is handled by the external routing service.
Response DTO for batch route processing