Skip to main content
POST
/
postprocess
Postprocess Counts
curl --request POST \
  --url 'https://api.example.com/postprocess?HAIQU_API_KEY=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "lp_problem": "<string>",
  "counts": {},
  "params": {}
}
'
{
  "optimized_costs": {},
  "optimized_counts": {}
}

Authorizations

HAIQU_API_KEY
string
query
required

Body

application/json

Request model for postprocessing endpoint.

lp_problem
string
required
counts
Counts · object
required
params
Params · object

Response

Successful Response

Response model for postprocessing endpoint.

optimized_costs
Optimized Costs · object
required
optimized_counts
Optimized Counts · object
required