MAI-Transcribe 1.5
[Core Function] MAI-Transcribe 1.5 transcribes a single public audio URL into text via an async task. [Strengths] Multi-lingual recognition, optional locale forcing, phrase-list biasing, and word-level timestamps. [Best For] Meeting notes, captions, and batch audio-to-text. [Limitations] Do NOT use file upload; URL-only input. Do NOT expect speaker diarization. Supported audio: WAV, MP3, or FLAC up to 300 MB. [Routing] Use this model for Microsoft MAI speech recognition quality with URL-based audio.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Public http(s) URL of the audio file. Supported formats: WAV, MP3, FLAC (up to 300 MB).
1^https?://Optional language codes to force recognition. Omit for multi-lingual auto mode.
10ar, as, bg, bn, ca, cs, da, de, el, en, es, et, fi, fr, gu, hi, hu, id, it, ja, kn, ko, lt, ml, mr, nb, nl, or, pa, pl, pt, ro, ru, sk, sl, sv, ta, te, th, tr, uk, vi, zh Domain phrases for entity biasing (product names, proper nouns).
1001 - 100Response
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.