Microsoft Cognitiveservices Computervision
Connector for the microsoft-cognitiveservices-computervision API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://westcentralus.api.cognitive.microsoft.com/vision/v2.1 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
listmodels— GET /models — This operation returns the list of domain-specific models that are supported byanalyzeimage— POST /analyze — This operation extracts a rich set of visual features based on the image contentgetareaofinterest— POST /areaOfInterest — This operation returns a bounding box around the most important area of the imagdescribeimage— POST /describe — This operation generates a description of an image in human readable language widetectobjects— POST /detect — Performs object detection on the specified image. Two input methods are supportgeneratethumbnail— POST /generateThumbnail — This operation generates a thumbnail image with the user-specified width and hei
Inputs
apiKey— your microsoft-cognitiveservices-computervision 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: listmodels
apiKey: <your key>