cURL
curl --request PUT \ --url https://api.wavix.com/v1/cdr/{uuid}/retranscribe \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "language": "en", "webhook_url": "https://site.webhook" } '
{ "success": true }
Transcribes a recorded call.
Bearer token using appid (Authorization: Bearer )
Call ID.
"bbaa37bf-430a-46da-ade3-c248e407016"
Transcription request parameters.
Language.
en
de
es
fr
it
null
Webhook URL to receive status updates.
"https://site.webhook"
Transcription request submitted.
Indicates whether the request was successful.
true
Was this page helpful?
Contact support