{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Audio API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Audio", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create Audio Transcription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/transcriptions", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment ID of the model to use for this request." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Transcribes audio into the input language using the Whisper model." }, { "info": { "name": "Microsoft Azure Create Audio Translation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/translations", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment ID of the model to use for this request." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Translates audio into English text using the Whisper model." }, { "info": { "name": "Microsoft Azure Create Speech From Text", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/speech", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment ID of the model to use for this request." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates audio from the input text." } ] } ], "bundled": true }