{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Video Search API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Video Search", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Video search", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/videos/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "The search query string" }, { "name": "count", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "mkt", "value": "", "type": "query" } ] }, "docs": "Returns videos relevant to the given search query." } ] } ], "bundled": true }