Your First API Call
Test the VRP solver with a single command:This fetches a demo problem and solves it immediately. Replace
YOUR_API_KEY
with your actual API key.Basic VRP Request
A VRP request needs two things: resources (vehicles) and jobs (deliveries).Understanding the Response
The solver returns an optimized route plan:Solution
true
if all hard constraints are satisfiedOptimized routes for each vehicle