Conversations
Submit a conversation
Submits conversation data to the system for processing. This can be content like a call transcript, email thread, or chat conversation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier for the conversation.
The source of the conversation.
The date and time the conversation was created.
Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Additional metadata properties (key-value pairs)
Response
200
application/json
Conversation submitted successfully.