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: PROCESSING, READY or FAILED, with the document_id once READY.

status
enum<string>
required

Current upload status

Available options:
PROCESSING,
READY,
FAILED
Example:

"READY"

document_id
string | null

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

Example:

"doc-xyz789"