microsoft.com

The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent co

🔑 apikey 9 endpoints developer_toolscloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

botframework-sdk ✓ Official
npm install botframework-sdk
WindowsAppSDK ✓ Official
# See https://github.com/microsoft/WindowsAppSDK
cpprestsdk ✓ Official
# See https://github.com/microsoft/cpprestsdk
BotBuilder-Samples ✓ Official
# See https://github.com/microsoft/BotBuilder-Samples
curl examples
This operation returns the list of domain-specific models that are supported …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/models
Endpoints (9 total)
GET
/models
This operation returns the list of domain-specific models that are supported …
POST
/ocr
Optical Character Recognition (OCR) detects text in an image and extracts the…
POST
/tag
This operation generates a list of words, or tags, that are relevant to the c…
POST
/detect
Performs object detection on the specified image. Two input methods are supp…
POST
/analyze
This operation extracts a rich set of visual features based on the image cont…
POST
/describe
This operation generates a description of an image in human readable language…
POST
/areaOfInterest
This operation returns a bounding box around the most important area of the i…
POST
/generateThumbnail
This operation generates a thumbnail image with the user-specified width and …
POST
/models/{model}/analyze
This operation recognizes content within an image by applying a domain-specif…
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints9
Authapikey
Categories2
https://westcentralus.api.cognitive.microsoft.com/vision/v2.1