Skip to main content
GET
Get Document

Authorizations

Authorization
string
header
required

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

Path Parameters

document_id
string
required

Response

Successful Response

Response model for document information.

document_id
string
required

Unique ID of the document

file_name
string
required

Original filename

file_size
integer
required

File size in bytes

page_count
integer
required

Number of pages in the document

uploaded_at
string
required

Timestamp when the document was uploaded

status
string
required

Document status

signed_url
string | null

Presigned download URL for the document (valid for 1 hour). Only available for GCS and S3 storage backends.