{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Audio API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Audio", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Transcribe audio", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/deployments/:deployment-id/audio/transcriptions", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment name for the model" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "language", "type": "text", "value": "" }, { "name": "prompt", "type": "text", "value": "" }, { "name": "response_format", "type": "text", "value": "" }, { "name": "temperature", "type": "text", "value": "" } ] } }, "docs": "Transcribes audio into the input language." }, { "info": { "name": "Microsoft Translate audio", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/deployments/:deployment-id/audio/translations", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment name for the model" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "prompt", "type": "text", "value": "" }, { "name": "response_format", "type": "text", "value": "" }, { "name": "temperature", "type": "text", "value": "" } ] } }, "docs": "Transcribes and translates input audio into English text." } ] } ], "bundled": true }