Skip to main content
Node.js

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 document ID to retrieve

Example:

"doc_xyz789"

Response

200 OK

document_id
string

The unique identifier for this document

type
string

Type of entry (document)

question
string

Question of the document

answer
string

Answer of the document

attachments
string[]

Attachments of the document

metadata
object

Metadata of the document

embedding
number[]

Embedding of the document

created_at
string

Creation timestamp