Skip to main content
POST
Auto Detect Audio Language

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

Response model for audio language detection.

This model represents the response from audio language detection operations.

Attributes: detected_language: The detected language code from the audio.

Example: >>> response = AudioDetectedLanguageResponse(detected_language="lug")

detected_language
string
required

The detected language code from the audio