Skip to main content
PUT
Transcribe a call recording

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

call_id
string
required

The unique ID of the call.

Example:

"bbaa37bf-430a-46da-ade3-c248e407016"

Body

application/json

Options for the transcription request.

language
enum<string> | null

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.

Available options:
en,
de,
es,
fr,
it,
null
webhook_url
string

Webhook URL to receive status updates.

Example:

"https://site.webhook"

Response

Returns a success confirmation. Transcription is queued.

success
boolean
required

Indicates whether the request was successful.

Example:

true