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
boolean
true if all hard constraints are satisfiedarray
Optimized routes for each vehicle
Next Steps
Add More Features
Time windows, capacities, skills, and more
API Reference
Complete endpoint documentation
Examples
Real-world routing scenarios
Schemas
Detailed request/response schemas