Create transcription

Transcribes audio into text

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Request

This endpoint expects an object.
input_audioobjectRequired

Base64-encoded audio to transcribe

modelstringRequired
STT model identifier
languagestringOptional

ISO-639-1 language code (e.g., “en”, “ja”). Auto-detected if omitted.

providerobjectOptional

Provider-specific passthrough configuration

temperaturedoubleOptional
Sampling temperature for transcription

Response

Transcription result
textstring
The transcribed text
usageobject
Aggregated usage statistics for the request

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error