Skip to main content
Debug endpoint to inspect raw custom model data
curl --request GET \
  --url https://api.ionworks.com/models/{model_id}/custom-model-debug
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

model_id
string
required

Response

Successful Response