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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;transcripts&quot;:[{&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;confidence&quot;:&quot;\u003cdouble\u003e&quot;},{&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;confidence&quot;:&quot;\u003cdouble\u003e&quot;}]}