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

Body

application/json

Request body for config-based metadata.

config
Config · object
required

Response

Successful Response