{ "opencollection": "1.0.0", "info": { "name": "Bing Search APIs Autosuggest CustomSearch API", "version": "v7.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "CustomSearch", "type": "folder" }, "items": [ { "info": { "name": "Custom search", "type": "http" }, "http": { "method": "GET", "url": "https://api.bing.microsoft.com/v7.0/custom/search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "customConfig", "value": "", "type": "query" } ] }, "docs": "Custom search" } ] } ], "bundled": true }