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