Run any available Optimiciti optimization model
Run an optimization model
POST
https://optimiciti-developer-portal-main-6ebf0d7.zuplo.app
/problem
Run the optimization model specified by the input model type and data
Request Body
UserIdstring · requiredThe User ID
Problemobject · requiredThe Problem object embedded within the main solve request.
Responses
Request accepted
problemIdstringThe unique identifier for this optimization run. You will want to store this locally so that you can use in your GET request for /problem.
Returns optimization status and results, if available
GET
https://optimiciti-developer-portal-main-6ebf0d7.zuplo.app
/problem/{problemId}
Returns the status of the optimization problem identified by the problemId parameter. If results are available, returns the results object.
path Parameters
problemIdstring · required · explode: trueThe problemId of a previously submitted problem to check the status of
Responses
valid request
statusstring · enum · requiredThe status of the optimization problem identified by the problemId parameter.
Enum values:failedcompletedrunningqueuedExample: completed
