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

MethodEndpointDescription
POST/api/solutionsQueue up calculations on our servers
GET/api/solutions/Retrieve calculation results

Workflow

  1. Submit your calculations with a POST request to /api/solutions
  2. Retrieve the solution_id from the response
  3. Use the solution_id to check the status and retrieve results with a GET request
  4. When the status is completed, access the calculation results in the response