Microsoft Cognitiveservices Customsearch
Connector for the microsoft-cognitiveservices-customsearch 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/bingcustomsearch/v7.0 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
custominstance_search— GET /search — The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
Inputs
apiKey— your microsoft-cognitiveservices-customsearch 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: custominstance_search
apiKey: <your key>