{ "opencollection": "1.0.0", "info": { "name": "OpenAI APIs OpenAI Assistants Transcription API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transcription", "type": "folder" }, "items": [ { "info": { "name": "OpenAI APIs Create transcription", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/audio/transcriptions", "body": { "type": "multipart-form", "data": [] } }, "docs": "Transcribes audio into the input language as text using the Whisper model." } ] } ], "bundled": true }