cURL
curl --request PUT \ --url https://api.wavix.com/v1/speech-analytics/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callback_url": "https://you-site.com/webhook", "insights": true } '
{ "success": true }
Use this method to retranscribe an uploaded audio file.
Bearer token using appid (Authorization: Bearer )
Unique identifier of the transcription request
"e865ea07-25af-4fdd-876e-04b0d41d5ebd"
Webhook URL where transcription status updates are sent
"https://you-site.com/webhook"
Enable insights generation for the transcription
true
Request successfully submitted
Was this page helpful?
Contact support