Route Optimization Engine
### High-Performance Route Sequencing This API provides a lightning-fast solution to variations of the **Traveling Salesperson Problem (TSP)**, tailored specifically for local delivery fleets, couriers, and on-demand logistics operators. #### Key Features: * **Distance Sorting:** Automatically orders multi-stop coordinates to reduce drive time. * **Low Latency:** Written efficiently to ensure…
Route Optimization Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| optimize-route | ||
| POST |
optimize_route_optimize_route_post /optimize-route |
Expects a list of coordinates, e.g., [[0.0, 0.0], [4.0, 5.0], [1.0, 2.0]] The first coordinate is treated as the starting point (the shop/depot). |
| Other endpoints | ||
| GET |
home__get / |
|
Route Optimization Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|