cURL
curl --request PUT \ --url 'https://api.wavix.com/v1/speech-analytics/{uuid}?appid=' \ --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.
An API key to authorize your request
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?