The VRP API provides endpoints to solve, evaluate, and manage vehicle routing optimization problems.

Available Operations

Optimization

  • Solve - Find optimal routes for your vehicles and jobs
  • Evaluate - Score an existing solution without optimization
  • Suggest - Get the best position for a new job in existing routes

Results

  • Status - Check the status of a running optimization job
  • Solution - Retrieve the optimized solution
  • Explanation - Get detailed insights into the solution

Authentication

All endpoints require authentication via API key in the Authorization header:

Authorization: YOUR_API_KEY

Base URL

https://api.solvice.io/v2/vrp