Skip to main content
GET
Get Document Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Returns the processing status for a document upload task: PROCESSING, READY or FAILED, with the document_id once READY.

status
string
required

Current upload status: PROCESSING, READY, FAILED, or unknown

Example:

"READY"

document_id
string | null

Document ID once the upload is READY; null while still uploading or if failed

Example:

"doc-xyz789"