The Transcriptions endpoints retrieve the speech-to-text or chat transcriptions for processed conversations.
Use GET /Conversations/Transcriptions/{conversationId}/ to fetch the transcript for a single conversation, or POST /Conversations/Transcriptions/ to retrieve transcripts for up to 100 conversations in a single request.
Transcriptions are returned as a time-stamped, speaker-labelled list of lines and are only available once a conversation has finished processing.
Pass the conversation identifier - returned as
Idfrom Metadata, or asConversationIdfrom Insights, Receipts, or ModelResults - as theconversationIdwhen calling these endpoints.


