Skip to main content
Parse Protocol File
curl --request POST \
  --url https://api.ionworks.com/protocols/parse \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

multipart/form-data
file
string
required

Response

Successful Response