Skip to main content
POST
/
parse
Parse Form
curl --request POST \
  --url https://api.example.com/parse \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form force=false
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

X-API-Key
string | null

Body

multipart/form-data
file
file
required
force
boolean
default:false

Response

Successful Response