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.

Simple, transparent pricing

Pay only for what you use. No monthly minimums, no hidden fees.

Navigate & Route

Point-to-point & multi-stop routing

$0.25

per 1,000 requests

  • Turn-by-turn instructions
  • Encoded polyline geometry
  • Car & bike profiles
  • Fastest & shortest preference
  • Instant re-routing
Get Started

Single Route Optimize

Optimal stop order for one vehicle

$2.50

per 1,000 requests

  • Up to 100 stops per request
  • Automatic reordering
  • Time windows & capacity
  • 4 quality tiers
  • Optional route geometry
  • 50% cheaper than competitors
Get Started

Fleet Matrix Routing

Multi-vehicle route optimization

$0.07

per optimized route

  • Up to 200 tasks per request
  • Up to 20 vehicles per request
  • Multi-depot support
  • Capacity & time windows
  • 4 quality tiers
  • Optional route geometry
Get Started

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