Skip to main content
GET
/
jobs
/
{id}
/
file
curl -X GET 'https://api.anyformat.ai/jobs/362963/file/' \
  -H 'x-api-key: YOUR_API_KEY' \
  --output original_document.pdf
Binary file content (original uploaded document)
Download the original file that was submitted for extraction. This is useful for auditing purposes or when you need to access the source document.
curl -X GET 'https://api.anyformat.ai/jobs/362963/file/' \
  -H 'x-api-key: YOUR_API_KEY' \
  --output original_document.pdf
Binary file content (original uploaded document)
The response will include appropriate Content-Type and Content-Disposition headers based on the original file type.

Authorizations

X-API-Key
string
header
required

API key authentication. Add your API key with the X-API-Key header.

Path Parameters

id
string
required

Response

200

No response body