v1
latestOpenAPI 3.1.02026-07-26607.8 KBConvert speech to text
Transcribe audio with support for multiple languages and context awareness
post/api
Request body
Example request
{
"audio": "UklGRiQA....",
"properties": {
"language": "en"
}
}Response
Successful transcription
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"text": "Testing testing 1, 2, 3",
"detected_language": "en",
"total_time": 432,
"generated_tokens": 9
}