RouteQ VRS API

  1. Child Tasks
  2. Multiple Vehicles Routing (MVRP)
  3. Single Vehicle Routing (SVRP)
  4. Validation

The RouteQ Vehicle Routing and Scheduling (VRS) API helps you plan routes for one or more vehicles that need to deliver goods.

Child Tasks

Multiple Vehicles Routing (MVRP)

Add task POST /add/mvrp
Get task result GET /result/mvrp/{id}
Add task POST /add/mvrp
Get task result GET /result/mvrp/{id}

Single Vehicle Routing (SVRP)

Add task POST /add/svrp
Get task result GET /result/svrp/{id}
Add task POST /add/svrp
Get task result GET /result/svrp/{id}

Validation