Computer Vision API Skill
azure-com-cognitiveservices-computervision
azure-com-cognitiveservices-computervision
| Method | Path | Description |
|---|---|---|
GET | /models | |
POST | /analyze | This operation returns the list of domain-specific models that are supported by the Computer Vision API. Currently, the API only supports one domain-specific model: a celebrity re... |
POST | /generateThumbnail | This operation extracts a rich set of visual features based on the image content. Two input methods are supported -- (1) Uploading an image or (2) specifying an image URL. Within... |
POST | /ocr | This operation generates a thumbnail image with the user-specified width and height. By default, the service analyzes the image, identifies the region of interest (ROI), and gener... |
POST | /describe | Optical Character Recognition (OCR) detects printed text in an image and extracts the recognized characters into a machine-usable character stream. Upon success, the OCR results w... |
POST | /tag | This operation generates a description of an image in human readable language with complete sentences. The description is based on a collection of content tags, which are also ret... |
POST | /models/{model}/analyze | This operation generates a list of words, or tags, that are relevant to the content of the supplied image. The Computer Vision API can return tags based on objects, living beings,... |
POST | /recognizeText | This operation recognizes content within an image by applying a domain-specific model. The list of domain-specific models that are supported by the Computer Vision API can be retr... |
GET | /textOperations/{operationId} | Recognize Text operation. When you use the Recognize Text interface, the response contains a field called 'Operation-Location'. The 'Operation-Location' field contains the URL tha... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install azure-com-cognitiveservices-computervision
Downloads and installs to ~/.claude/skills/azure-com-cognitiveservices-computervision/
1.0 (2026-02-13)