Skip to main content
GET

Authorizations

Authorization
string
header
required

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

Query Parameters

document_id
string
required

The unique identifier of the document, exactly as returned in the id field by /beta/search. Must be URL-encoded: ids may contain /, spaces and & -- documents from SMB / Windows file shares are identified by their file path (e.g. //fileserver01/Marketing/Report.pdf).

Minimum string length: 1
Example:

"doc_123456"

provide_text_attribute
boolean
default:false

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

Example:

false

Response

Successful Response