Skip to main content
Create a new parameterized model for the current cell specification
curl --request POST \
  --url https://api.ionworks.com/parameterized_models \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "model_id": "<string>",
  "description": "",
  "parameters": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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.

Query Parameters

cell_spec_id
string
required

Body

application/json

Request body for creating a parameterized model.

The frontend sends all parameter values directly - no library presets or BPX.

name
string
required
model_id
string
required
description
string
default:""
parameters
Parameters · object

Response

Successful Response