Get Document
Documents
Get Document
Retrieve detailed information about a document including download URLs.
Get Document
Retrieve a specific document by its ID. When the document status is
COMPLETED, this endpoint returns signed URLs for downloading the processed output and original file.
Request
Headers
Bearer token authentication. Example:
Bearer YOUR_API_KEYPath Parameters
The unique identifier (UUID) of the document
Example Request
Response
Example Responses
Processing Status
Documents progress through these states:| Status | Description |
|---|---|
PENDING | Document is queued for processing |
PROCESSING | Document is actively being processed |
COMPLETED | Processing finished successfully — download URLs available |
FAILED | Processing failed — check the original file for issues |
EXPIRED | Document and files have been cleaned up |
Download URLs are temporary. Signed URLs expire after a period of time. Fetch new URLs by calling this endpoint again if needed.
Polling for Completion
Authorizations
API key authentication using Bearer token
Path Parameters
Document ID
Response
Document details
Current processing status of a document
Available options:
PENDING, PROCESSING, COMPLETED, FAILED, EXPIRED Processing accuracy level
Available options:
lite, ultra Signed URL to download processed output
Signed URL to download original file

