Create Transcription Request
POST {{baseUrl}}/accounts/:accountId/calls/:callId/recordings/:recordingId/transcription
Generate the transcription for a specific recording. Transcription can succeed only for recordings of length greater than 500 milliseconds and less than 4 hours.
Request Body
{"callbackUrl"=>"<uri>", "callbackMethod"=>"POST", "username"=>"<string>", "password"=>"<string>", "tag"=>"<string>", "callbackTimeout"=>15}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |