Documentation

Abstract Programming Interface

Endpoints
Solve

Purpose Submit a JSON input representing a valid instance. Receive a run id.
URL https://solver.algomia.com/api/v1/solve
Method POST
Header Content-Type application/json
Header api-token < API token > Get Your API Token
Body raw < JSON input >

Status

Purpose Query about the current status of a submitted input.
URL https://solver.algomia.com/api/v1/status
Method GET
Header api-token < API token > Get Your API Token
Parameter runId < Run id received from solve call >

Solution

Purpose Retreive the solution file.
URL https://solver.algomia.com/api/v1/solution
Method GET
Header api-token < API token > Get Your API Token
Parameter runId < Run id received from solve call >