Create transcription
Transcribes audio into text
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Request
This endpoint expects an object.
input_audio
Base64-encoded audio to transcribe
model
STT model identifier
language
ISO-639-1 language code (e.g., “en”, “ja”). Auto-detected if omitted.
provider
Provider-specific passthrough configuration
temperature
Sampling temperature for transcription
Response
Transcription result
text
The transcribed text
usage
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