Skip to main content
GET

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

The unique identifier of the document

Minimum string length: 1
Example:

"doc_123456"

Query Parameters

provide_text_attribute
boolean
default:false

Whether to include the document's text content in the response

Example:

false

Response

Successful Response