Overview
The V3 Routing API is a high-performance vehicle routing solver. It replaces the V2 VRP API with a faster engine, a cleaner job model with flat visit fields, and an itemised cost breakdown in every response.Base URL
Your first solve
1
Get your API key
Sign in to the Solvice Dashboard and copy your API key from Settings → API Keys.
2
Send a solve request
3
Read the response
The response includes optimised routes with arrival times, distances, an itemised cost breakdown, and any unassigned jobs:
What’s new in V3
Next steps
- Migration from V2 — map V2 concepts to V3
- API Reference — full endpoint documentation
- Concepts — understand jobs, vehicles, constraints, and objectives