Use this method to upload a file and submit it for transcription. When the transcription is completed, Wavix sends a POST callback to the webhook specified in the request.
Callback example:
{
"request_id": "e865ea07-25af-4fdd-876e-04b0d41d5ebd",
"status": "completed",
"error": null
}
completed indicating the file was successfully transcribed or failed which indicates that there was an error while transcribing the file.An API key to authorize your request
Binary file content to submit for transcription. The file must be 25 MB or less. Only WAV, MP3, and MP4 stereo files are supported.
Webhook URL where transcription status updates are sent
"https://you-site.com/webhook"
Enable insights generation for the transcription
true