Microsoft Cognitiveservices Websearch
Connector for the microsoft-cognitiveservices-websearch API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.cognitive.microsoft.com/bing/v7.0 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
web_search— GET /search — The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.
Inputs
apiKey— your microsoft-cognitiveservices-websearch API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: web_search
apiKey: <your key>