Get Transcription
GET {{baseUrl}}/accounts/:accountId/calls/:callId/recordings/:recordingId/transcription
Downloads the specified transcription.
If the transcribed recording was multi-channel, then there will be 2 transcripts.
The caller/called party transcript will be the first item while <PlayAudio>
and <SpeakSentence>
transcript will be the second item.
During a <Transfer>
the A-leg transcript will be the first item while the B-leg transcript will be the second item.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"transcripts":[{"text":"\u003cstring\u003e","confidence":"\u003cdouble\u003e"},{"text":"\u003cstring\u003e","confidence":"\u003cdouble\u003e"}]}