v23

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-181345107.3 KB
Info

Demo

Demo of random generated VRP instance

get/v2/vrp/demo

Query parameters

geolocationstring nullable
jobsinteger nullable
radiusnumber double nullable

Response

Status

hookstring uri nullable

Optional webhook URL that will receive a POST request with the job ID when the optimization is complete. This enables asynchronous processing where you can submit a request and be notified when results are ready, rather than waiting for the synchronous response.

labelstring nullable

Example response

{
  "jobs": [
    {
      "name": "1",
      "duration": 3600
    },
    {
      "name": "2",
      "duration": 3600
    }
  ],
  "resources": [
    {
      "name": "1"
    }
  ]
}
All 13 operations