Skip to main content
Run Optimization Json Endpoint
curl --request POST \
  --url https://api.ionworks.com/optimize/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "config": {},
  "name": "<string>",
  "cell_spec_id": "<string>",
  "optimization_template_id": "<string>"
}
'
{
  "id": "<string>",
  "job_id": "<string>",
  "project_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "user_id": "<string>",
  "cell_spec_id": "<string>",
  "parameterized_model_id": "<string>",
  "optimization_template_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "created_by_email": "<string>",
  "organization_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
project_id
string
required
config
Config · object
required
name
string | null
cell_spec_id
string | null
optimization_template_id
string | null

Response

Successful Response

Pydantic model for the optimizations table.

id
string
required
job_id
string
required
project_id
string
required
name
string | null
description
string | null
user_id
string | null
cell_spec_id
string | null
parameterized_model_id
string | null
optimization_template_id
string | null
created_at
string<date-time> | null
created_by_email
string | null
organization_id
string | null

Organization this optimization belongs to.