Skip to main content
POST
Transcribe recorded assistant audio.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

multipart/form-data

Recorded assistant voice command audio upload.

file
file
required

Audio file payload sent as multipart form-data.

language
string

Optional ISO-639-1 language hint, for example "en".

prompt
string

Optional extra transcription prompt or vocabulary.

idempotencyKey
string

Optional client-generated retry key for one recorded audio blob.

Response

Audio file transcribed.

text
string
required

Final transcript text for the uploaded audio file.

model
string
required

Identifier of the transcription model selected by the instance.

idempotencyKey
string

Retry key supplied by the client for this recorded audio blob.

Last modified on September 5, 2026