{ "opencollection": "1.0.0", "info": { "name": "Portkey Analytics > Graphs Audio API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Audio", "type": "folder" }, "items": [ { "info": { "name": "Create Speech", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/audio/speech", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "docs": "Create Speech" }, { "info": { "name": "Create Transcription", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/audio/transcriptions", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "docs": "Create Transcription" }, { "info": { "name": "Create Translation", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/audio/translations", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "docs": "Create Translation" } ] } ], "bundled": true }