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 }
Retranscribes an uploaded file.
Bearer token using appid (Authorization: Bearer )
Transcription request ID.
"e865ea07-25af-4fdd-876e-04b0d41d5ebd"
Callback URL for transcription status updates.
"https://you-site.com/webhook"
Indicates whether to enable insights generation.
true
Retranscription request submitted.
Indicates whether the request was successful.
Was this page helpful?
Contact support