CDRs
Transcribe a call recording
Transcribes the recording of the call identified by call_id. Transcription is asynchronous; poll the transcription endpoint for the result.
put/v1/cdrs/{call_id}/retranscribe
Path parameters
call_idstring required
Example:bbaa37bf-430a-46da-ade3-c248e407016
The unique ID of the call.
Request body
Example request
{
"webhook_url": "https://site.webhook"
}Response
Returns a success confirmation. Transcription is queued.
Example response
{
"success": true
}