About this endpoint
What it does
Uploads a video file and returns detected language information in the response. The response includes a data object with language detection results under azure.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Video file (max 10 MB). |
Response
Returns a JSON object with a data object field. Inside data, the response includes an optional azure object with language detection results.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object | Yes | Wrapper object for the language detection result. |
| data.azure | Object | No | Language detection result object. |
| data.azure.language | String | No | Detected language code. |
| data.azure.confidence | Number | No | Confidence score for the detected language. |