🚀 New /route/batch endpoint! Learn more
/route/batch
High-performance routing API for turn-by-turn directions and batch route calculations
{ "coordinates": [ [4.3517, 50.8503], // Brussels [2.3522, 48.8566] // Paris ] }
{ "routes": [{ "distance": 264100, // meters "duration": 8790, // seconds "legs": [...], // detailed route segments "weight": 8790 }] }