in routeplanner
Introduction
origin
Introduction
Give your AI agent (or your app) the ability to compute correct, up-to-date optimized routes on a real road network, in a single stateless HTTP call. Send your stops (and optionally your vehicles) and get back the most efficient way to visit them, complete with map-ready geometry you can draw straight onto a map.
Under the hood it runs the same engine that powers commercial dispatch software: a VROOM solver over a live road-distance matrix, with time windows, service durations, vehicle capacities, and car/van/truck/bike profiles (trucks obey HGV restrictions). Each route comes back as a GeoJSON LineString, so rendering the result is plug-and-play.
We rebuild the routing graph every day from the latest OpenStreetMap data, so your routes reflect current roads, including new streets, closures, and restrictions. Every request is stateless and idempotent: self-contained, with nothing stored.
⚠️ Coverage: Oceania only (Australia & New Zealand) for now. North America and Europe are coming soon.