Overview
The V3 Routing API is a high-performance vehicle routing solver. It replaces the V2 VRP API with a faster engine, cleaner request format, and real-time solve progress via SSE.Base URL
Your first solve
Get your API key
Sign in to the Solvice Dashboard and copy your API key from Settings → API Keys.
What’s new in V3
| Feature | V2 | V3 |
|---|---|---|
| Solver engine | Timefold | Next-gen Solvice engine |
| Distance matrices | Manual or auto | Auto via Solvice Maps |
| Real-time progress | Polling | SSE streaming |
| Response format | Nested trips/visits | Flat routes/stops |
| Endpoint | /v2/vrp/sync/solve | /v3/routing/solve |
Next steps
- Migration from V2 — map V2 concepts to V3
- API Reference — full endpoint documentation
- Concepts — understand constraints, objectives, and distance matrices