Transcribe a call recording
Transcribes the recording of the call identified by call_id. Transcription is asynchronous; poll the transcription endpoint for the result.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The unique ID of the call.
"bbaa37bf-430a-46da-ade3-c248e407016"
Body
Options for the transcription request.
Language of the transcription, as a two-letter ISO 639-1 code. One of en (English), de (German), es (Spanish), fr (French), or it (Italian). null lets the platform auto-detect the language.
en, de, es, fr, it, null Webhook URL to receive status updates.
"https://site.webhook"
Response
Returns a success confirmation. Transcription is queued.
Indicates whether the request was successful.
true