Ingest

Ingest or update conversation

Ingest or update a conversation

post/v4/conversations

Request body

conversationIdstring required
containerTagsstring[]
metadataobject

Response

Conversation ingested/updated successfully

idstring required

ID of the document backing this conversation

conversationIdstring required

The conversation ID supplied in the request

statusstring required

Processing status of the document

Example response

{
  "id": "doc_abc123",
  "conversationId": "conv_abc123",
  "status": "queued"
}

Changes