Routing Intelligence

Smarter routes.
Faster deliveries.

Navigation, routing, and fleet optimization APIs — built for developers who move the world.

// Point-to-point navigation
POST /api/navigate

{
  "origin": { "latitude": -26.20, "longitude": 28.05 },
  "destination": { "latitude": -26.11, "longitude": 28.06 },
  "profile": "Car",
  "preference": "Fastest"
}

Three APIs. Infinite possibilities.

Everything you need to power navigation, multi-stop routing, and fleet-wide optimization.

Navigate

Turn-by-turn navigation from A to B. Supports car and bike profiles, fastest or shortest preference, and instant re-routing when drivers go off-course.

Route

Multi-stop ordered routing. Supply a sequence of locations and get the complete route with distance, duration, polyline geometry, and step-by-step instructions.

Fleet Matrix Routing

Assign tasks to vehicles optimally. Supports capacity, time windows, multi-depot, priority, chained stops, and four quality tiers from quick to exhaustive.

Fast

Sub-second navigation responses powered by self-hosted routing infrastructure.

Secure

API key authentication per account with usage tracking and suspension controls.

Mobile Ready

Encoded polyline responses work seamlessly with Leaflet, Mapbox, Google Maps, and native SDKs.

Flexible

Choose between Fastest or Shortest, Car or Bike, Quick or Exhaustive — your rules.

Pricing

We tailor pricing to fit your usage and scale. Whether you're a startup running a handful of routes or an enterprise dispatching thousands of deliveries a day, we'd love to find the right plan for you.

Reach out and we'll get back to you promptly.

Contact us for pricing

Built for developers

Simple RESTful JSON APIs. Authenticate with your Account ID and API key, make a POST request, and get results in milliseconds.

  • POST /api/navigate — A-to-B with turn-by-turn
  • POST /api/route — Ordered multi-stop route
  • POST /api/optimize — Fleet matrix optimization
Full Documentation
// Fleet Matrix Routing — optimize 12 tasks across 3 vehicles
POST /api/optimize

{
  "accountId": "your-account-id",
  "apiKey": "your-api-key",
  "mode": "Balanced",
  "quality": "Refined",
  "vehicles": [ ... ],
  "tasks": [ ... ]
}

Ready to optimize your routes?

Get your API key today and start integrating in minutes.

Request API Key