Telecom and Logistics API
This API helps engineers, planners, and developers to calculate the most efficient paths in both telecom networks and logistics networks. Telecom use case: Optimize routing between routers in ISP / fiber networks Consider link cost, bandwidth, latency, and avoid certain nodes Supports Dijkstra, Yen’s K-shortest paths, and ECMP routing Logistics use case: Plan delivery routes between warehouses,…
Telecom and Logistics API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Logistics Routing API | ||
| POST |
getShortestLogisticsRoute /logistics/shortestpath |
Given a set of places and roads, compute the shortest route from source to destination considering constraints like max distance, minimum road capacity, maximum travel time, max… |
| Network shortest route API | ||
| POST |
getShortestRouteForNetwork /routing/shortestpath |
Computes the shortest path between the source and destination routers considering constraints like max cost, min bandwidth, max latency, max hops, allowed link types, and routers… |
| Advanced Telecom Routing API | ||
| POST |
getYenShortestRoute /advancedrouting/yenrouting |
Computes multiple shortest paths from source to destination using Yen's K-Shortest Paths algorithm. Supports constraints such as max cost, min bandwidth, routers to avoid, and… |
| POST |
getEcmpShortestRoute /advancedrouting/ecmprouting |
Computes Equal-Cost Multi-Path (ECMP) routing paths from source to destination. Supports constraints such as max cost, min bandwidth, routers to avoid, allowed link types,… |
Telecom and Logistics API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|