v1
latestOpenAPI 3.1.02026-07-22122760.2 KBIdentify the spoken language of an audio file
Accepts a single audio file and returns the detected language as a synchronous JSON response.
post/api/velma-2-language-detection-batch
Response
Language detection completed successfully.
Example response
{
"predicted_language": "English",
"predicted_language_code": "en",
"confidence": 0.9847,
"duration_ms": 14253
}