Documents
Get Document
Retrieve detailed information about a specific document by ID, including its processing status and download URLs when available.
Request
Headers
Bearer token authentication. See our Authentication guide for more details. Example: Bearer YOUR_API_KEY
Path Parameters
The unique identifier of the document
Example Request
Response
Example Responses
Processing Status
The document goes through several states during processing:
PENDING
: Document is queued for processingPROCESSING
: Document is being processedCOMPLETED
: Processing finished successfullyFAILED
: Processing failedEXPIRED
: Document has expired and is no longer available
Download URLs are temporary and will expire after a certain period. Make sure to download the files promptly when they become available.