Documentation Index
Fetch the complete documentation index at: https://docs.solvice.io/llms.txt
Use this file to discover all available pages before exploring further.
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
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