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

context_id
string
required

The context ID of the FAQ to retrieve

Example:

"ai-context-aaauajhjdgjnomr"

Response

200 OK

context_id
string

The unique identifier for this FAQ

type
string

Type of entry (faq)

question
string

The FAQ question

answer
string

The FAQ answer

embedding
array

The vector embedding of the FAQ (Dimension: 768)

attachments
array

Array of attachment URLs

created_at
string

Creation timestamp