Skip to main content
Validate Model Config
curl --request POST \
  --url https://api.ionworks.com/models/validate-config \
  --header 'Content-Type: application/json' \
  --data '{
  "config": {}
}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
config
Config · object
required

Response

Successful Response