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 to download, 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"

Response

Successful Response