Overview
Overview of the /api/solutions endpoint
Solutions API
The /api/solutions
endpoint is used to queue up calculations in our servers and to retrieve the solutions once they’re complete.
Available Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /api/solutions | Queue up calculations on our servers |
GET | /api/solutions/ | Retrieve calculation results |
Workflow
- Submit your calculations with a POST request to
/api/solutions
- Retrieve the
solution_id
from the response - Use the
solution_id
to check the status and retrieve results with a GET request - When the status is
completed
, access the calculation results in the response