Fun-ASR MTL
[Core Function] Fun-ASR MTL is the multi-language variant for async recorded speech recognition. [Strengths] Same parameters as fun-asr with multi-language tuning. [Best For] Mixed-language or international audio archives. [Limitations] Do NOT send more than one file per request. [Routing] Choose fun-asr for general use; fun-asr-mtl when the source audio is explicitly multi-language.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Public HTTP/HTTPS URL of the audio file (single file).
1^https?://Optional hot-word vocabulary ID.
Audio track indices (0-based).
Sensitive word filter configuration string.
Enable speaker diarization (mono audio; recommended ≤2h).
Expected speaker count; only valid when diarization_enabled is true.
2 <= x <= 100Language hints. When multiple values are provided, only the first is used.
zh, en, ja, ko, vi, th, id, ms, tl, hi, ar, fr, de, es, pt, ru, it, nl, sv, da, fi, no, el, pl, cs, hu, ro, bg, hr, sk Response
Task submitted successfully. Poll GET /api/v1/tasks/{task_id} until the task completes; the transcription result is returned on the task result.
Response object for asynchronous task submission.
Response code, 0 indicates success
0
Response message
"success"
Task submission details. Poll GET /api/v1/tasks/{task_id} until status is success; the transcription appears in result.resources. See Common API: Query Task Result.