{ "opencollection": "1.0.0", "info": { "name": "NVIDIA NIM Biology (BioNeMo) ASR API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ASR", "type": "folder" }, "items": [ { "info": { "name": "Transcribe Audio", "type": "http" }, "http": { "method": "POST", "url": "https://integrate.api.nvidia.com/v1/audio/transcriptions", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "model", "type": "text", "value": "" }, { "name": "language", "type": "text", "value": "" }, { "name": "response_format", "type": "text", "value": "" }, { "name": "temperature", "type": "text", "value": "" } ] } }, "docs": "Transcribe a WAV/FLAC/MP3 audio clip into text using a Riva ASR NIM (e.g. Parakeet, Canary)." } ] } ], "bundled": true }