Conversations

Create conversation from transcript segments

Create a conversation from structured transcript segments with speaker diarization. Unlike text-based conversations, transcript segments are stored and can be retrieved with include_transcript=true.

post/v1/dev/user/conversations/from-segments

Request body

sourcestring

Source of conversation.

started_atstring date-time

When conversation started.

finished_atstring date-time

When conversation finished.

languagestring

Language code.

Response

Conversation created.

idstring

Conversation ID.

statusstring

Processing status.

discardedboolean

Whether the conversation was discarded.

Changes