Route Planner Apis
A set of apis to solve common vehicle routing problems including: simple vrp, capacity constrained vrp (cvrp), multiple pickup-delivery cvrp, and others.
2 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Route Planner Apis endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Vehicle Routing Problem Solver /vrp |
Given a fleet of vehicles, and a list of points with expected route type, find shortest routes within number of available vehicles. |
| POST |
Capacity Constrained VRP Solver /cvrp |
VRP Solver with Vehicle Capacity Constraint |
| POST |
Multiple pickup-delivery vrp solver /pdvrp |
A more advanced of cvrp solver, with multiple pickup-delivery constraints (PDVRP). In this solver, the first point is a fake/dummy point. |
| POST |
Hub Selective PDVRP Solver /hub_pdvrp |
All roundtrip PDVRP Solver, all deliveries are optionally selective to keep the route shortest. In this solver, the first point is the hub point that drivers begin and end their… |
Route Planner Apis pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $100 / month | — |
|
| ULTRA | $500 / month | — |
|