Microsoft Cognitiveservices Autosuggest
Connector for the microsoft-cognitiveservices-autosuggest 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
autosuggest— GET /Suggestions — The AutoSuggest API lets you send a search query to Bing and get back a list of query suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.
Inputs
apiKey— your microsoft-cognitiveservices-autosuggest 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: autosuggest
apiKey: <your key>