Skip to main content
GET /api/v1/documents/{id} 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

string
required
Bearer token authentication. Example: Bearer YOUR_API_KEY

Path Parameters

string
required
The unique identifier (UUID) of the document

Example Request

Response

Example Responses

Processing Status

Documents progress through these states:
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