Will trigger the evaluation run asynchronously.
cURL
curl --request POST \ --url https://api.solvice.io/v2/vrp/evaluate \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "jobs": [ { "name": "1", "duration": 3600 }, { "name": "2", "duration": 3600 } ], "resources": [ { "name": "1" } ] }'
{ "id": "<string>", "status": "SOLVING", "solveDuration": 123, "errors": [ { "code": 123, "message": "<string>" } ], "warnings": [ { "code": 123, "message": "<string>" } ] }
Api Key based authentication (apikey)
OnRoute Request for solving, evaluating
Status
Status of a solve job
Was this page helpful?