Overview of the /api/solutions endpoint
/api/solutions
endpoint is used to queue up calculations in our servers and to retrieve the solutions once they’re complete.
Method | Endpoint | Description |
---|---|---|
POST | /api/solutions | Queue up calculations on our servers |
GET | /api/solutions/ | Retrieve calculation results |
/api/solutions
solution_id
from the responsesolution_id
to check the status and retrieve results with a GET requestcompleted
, access the calculation results in the response