Microsoft Cognitiveservices Entitysearch
Connector for the microsoft-cognitiveservices-entitysearch 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
entities_search— GET /entities — The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. Place results include restaurants, hotel, or other local businesses. For places, the query can specify the name of the local business or it can ask for a list (for example, restaurants near me). Entity results include persons, places, or things. Place in this context is tourist attractions, states, countries, etc.
Inputs
apiKey— your microsoft-cognitiveservices-entitysearch 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: entities_search
apiKey: <your key>