{ "opencollection": "1.0.0", "info": { "name": "Mistral AI Agents Audio API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audio", "type": "folder" }, "items": [ { "info": { "name": "Mistral AI Create an audio transcription", "type": "http" }, "http": { "method": "POST", "url": "https://api.mistral.ai/v1/audio/transcriptions", "body": { "type": "multipart-form", "data": [] } }, "docs": "Transcribe audio to text using Voxtral. Supports multiple audio formats, speaker diarization, word-level timestamps, context biasing with custom vocabulary, and 13 languages." } ] } ], "bundled": true }