{ "opencollection": "1.0.0", "info": { "name": "Bing Search APIs Autosuggest VisualSearch API", "version": "v7.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "VisualSearch", "type": "folder" }, "items": [ { "info": { "name": "Visual search", "type": "http" }, "http": { "method": "POST", "url": "https://api.bing.microsoft.com/v7.0/images/visualsearch", "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" }, { "name": "knowledgeRequest", "type": "text", "value": "" } ] } }, "docs": "Visual search" } ] } ], "bundled": true }