Skip to main content
GET
Get Doc

Authorizations

Authorization
string
header
required

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

Path Parameters

docset_id
string
required
doc_id
string
required

Body

application/x-www-form-urlencoded
include_elements
boolean
default:true
include_binary
boolean
default:false

Response

Successful Response

id
string
required

The unique id for the Document.

elements
Element · object[]

The elements contained in the Document.

properties
Properties · object

A map of properties for the Document.

binary_data
string | null

The binary content of the document, encoded as a base64 string.