Use this method to submit a specific call recording for transcription.
The processing time depends on the call length and the number
of recordings in the queue. Most calls are transcribed within
10 minutes. To receive a notification when the transcription
completed, provide a webhook address in the webhook_url parameter.
Wavix will send a status update to this address.
The method responses with the HTTP 200 OK status code and no content.
After the transcription is completed, the service sends
a POST callback to the specified webhook:
{
"uuid": "123",
"status": "completed"
}
completed
indicating the recorded call was successfully transcribed or
failed which indicates that there was an error
while transcribing the call.An API key to authorize your request
Unique identifier of a call
"bbaa37bf-430a-46da-ade3-c248e407016"
Transcribe a call request
Indicates successful request
true