VRP API
Overview
📘 Download OpenAPI specs:
The OnRoute API has 3 action endpoints:
Solve
: for optimizing RoutingRequestsEvaluate
: for evaluating RoutingRequestsSuggest
: for suggesting a single job by with RoutingRequests
And 3 endpoints for retrieving information:
Status
: Current state of the request: QUEUED, SOLVING, SOLVED, ERRORSolution
: Solution response of the requestExplanation
: Explanation of the solution of the request
Actions
You can use the same request body RoutingRequest
for every action.