Skip to main content
POST
TypeScript SDK

Authorizations

Authorization
string
header
required

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

Body

application/json
conversationId
string
required
Required string length: 1 - 255
messages
object[]
required
Minimum array length: 1
containerTags
string[]
metadata
object

Response

Conversation ingested/updated successfully

id
string
required

ID of the document backing this conversation

Example:

"doc_abc123"

conversationId
string
required

The conversation ID supplied in the request

Example:

"conv_abc123"

status
string
required

Processing status of the document

Example:

"queued"