Skip to main content
PUT
Retranscribe a file

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

request_id
string
required

The request_id of the transcription, returned when the file was uploaded.

Example:

"e865ea07-25af-4fdd-876e-04b0d41d5ebd"

Body

application/json
callback_url
string
required

Callback URL for transcription status updates.

Example:

"https://you-site.com/webhook"

insights
boolean

Indicates whether to enable insights generation.

Example:

true

Response

Returns a success confirmation. Retranscription is queued.

success
boolean
required

Indicates whether the request was successful.

Example:

true