Skip to main content
POST
/
tasks
/
auto_detect_audio_language
Auto Detect Audio Language
curl --request POST \
  --url https://api.sunbird.ai/tasks/auto_detect_audio_language \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form audio='@example-file'
{
  "detected_language": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://sunbirdai.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
audio
file
required

Response

Successful Response

detected_language
string
required