cURL
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>" } ] }
Enqueue a PDF parse job (async-only).
Authentication: X-API-Key header.
Flow:
Successful Response