Skip to main content

MAI Transcribe 2 API

This is a documentation page, not a marketing grid. maitranscribe2.com does not issue API keys. Use OpenRouter or Azure Speech.

OpenRouter

Model slug microsoft/mai-transcribe-2. POST audio to the OpenRouter transcriptions endpoint.

POST https://openrouter.ai/api/v1/audio/transcriptions
Authorization: Bearer $OPENROUTER_API_KEY
{
  "model": "microsoft/mai-transcribe-2",
  "input_audio": { "data": "<base64>", "format": "wav" }
}

Azure Speech

Use Fast Transcription with enhancedMode.enabled = true and enhancedMode.model = MAI-Transcribe-2. See Microsoft Learn for the current API version and regions.