{"info":{"_postman_id":"a341c3b9-33c0-4555-9615-b30854d3269c","name":"Microsoft Computer Vision","description":"<html><head></head><body><p>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 colors, categorizing the content of images, and describing an image with complete English sentences. Additionally, it can also intelligently generate images thumbnails for displaying large images effectively.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5155784","collectionId":"a341c3b9-33c0-4555-9615-b30854d3269c","publishedId":"RWaEyq5a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-09-05T02:30:29.000Z"},"item":[{"name":"Analyze Image","id":"79c0f4d1-d804-40af-a18a-4f17cdd2d648","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"url","type":"file"}]},"url":"https://ug-api.acnapiv3.io/swivel/microsoft-computer-vision/vision/v2.0/analyze?visualFeatures=Categories,Tags,Color,Faces,Description","description":"<p>This operation extracts a rich set of visual features based on the image content. </p>\n<p>Two input methods are supported -- (1) Uploading an image or (2) specifying an image URL. Within your request, there is an optional parameter to allow you to choose which features to return. By default, image categories are returned in the response. </p>\n<p>A successful response will be returned in JSON. If the request failed, the response will contain an error code and a message to help understand what went wrong.</p>\n","urlObject":{"protocol":"https","path":["swivel","microsoft-computer-vision","vision","v2.0","analyze"],"host":["ug-api","acnapiv3","io"],"query":[{"key":"visualFeatures","value":"Categories,Tags,Color,Faces,Description"}],"variable":[]}},"response":[],"_postman_id":"79c0f4d1-d804-40af-a18a-4f17cdd2d648"},{"name":"Describe Image","id":"226906ba-d440-4e88-94f8-d275f4c18b91","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"url\":\"https://media.licdn.com/dms/image/C5603AQGyM2bhET-rnQ/profile-displayphoto-shrink_200_200/0?e=1538611200&v=beta&t=86lof0TtvYZoHLhED1cxIMrjZBGAeNl52j6tQcqgvV4\"}"},"url":"https://ug-api.acnapiv3.io/swivel/microsoft-computer-vision/vision/v2.0/describe","description":"<p>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 returned by the operation. More than one description can be generated for each image. Descriptions are ordered by their confidence score. All descriptions are in English. </p>\n","urlObject":{"protocol":"https","path":["swivel","microsoft-computer-vision","vision","v2.0","describe"],"host":["ug-api","acnapiv3","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"226906ba-d440-4e88-94f8-d275f4c18b91"},{"name":"Get Thumbnail","id":"f8189c12-510f-40d3-aed8-dd027b11fd4b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"url","sessionValue":"https://i2.wp.com/beebom.com/wp-content/uploads/2016/01/Reverse-Image-Search-Engines-Apps-And-Its-Uses-2016.jpg?resize=640%2C426","type":"file"}]},"url":"https://ug-api.acnapiv3.io/swivel/microsoft-computer-vision/vision/v2.0/generateThumbnail?smartCropping=true&width=100&height=100","description":"<p>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 generates smart cropping coordinates based on the ROI. Smart cropping helps when you specify an aspect ratio that differs from that of the input image</p>\n<p>A successful response contains the thumbnail image binary. If the request failed, the response contains an error code and a message to help determine what went wrong.</p>\n<p>Upon failure, the error code and an error message are returned. The error code could be one of InvalidImageUrl, InvalidImageFormat, InvalidImageSize, InvalidThumbnailSize, NotSupportedImage, FailedToProcess, Timeout, or InternalServerError.</p>\n","urlObject":{"protocol":"https","path":["swivel","microsoft-computer-vision","vision","v2.0","generateThumbnail"],"host":["ug-api","acnapiv3","io"],"query":[{"key":"smartCropping","value":"true"},{"key":"width","value":"100"},{"key":"height","value":"100"}],"variable":[]}},"response":[],"_postman_id":"f8189c12-510f-40d3-aed8-dd027b11fd4b"},{"name":"OCR","id":"80c917d3-3c35-4b10-a63d-1f06de425a9a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"url\":\"http://jeroen.github.io/images/testocr.png\"}"},"url":"https://ug-api.acnapiv3.io/swivel/microsoft-computer-vision/vision/v2.0/ocr","description":"<p>Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.</p>\n<p>Upon success, the OCR results will be returned.</p>\n","urlObject":{"protocol":"https","path":["swivel","microsoft-computer-vision","vision","v2.0","ocr"],"host":["ug-api","acnapiv3","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"80c917d3-3c35-4b10-a63d-1f06de425a9a"},{"name":"Generate Tags from Image","id":"77d4d14f-e5a0-4733-b5d7-b7d4536d3089","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"url\":\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Tour_Eiffel_Wikimedia_Commons_%28cropped%29.jpg/240px-Tour_Eiffel_Wikimedia_Commons_%28cropped%29.jpg\"}"},"url":"https://ug-api.acnapiv3.io/swivel/microsoft-computer-vision/vision/v2.0/tag","description":"<p>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, scenery or actions found in images. Unlike categories, tags are not organized according to a hierarchical classification system, but correspond to image content. Tags may contain hints to avoid ambiguity or provide context, for example the tag “cello” may be accompanied by the hint “musical instrument”. All tags are in English. </p>\n","urlObject":{"protocol":"https","path":["swivel","microsoft-computer-vision","vision","v2.0","tag"],"host":["ug-api","acnapiv3","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"77d4d14f-e5a0-4733-b5d7-b7d4536d3089"}],"event":[{"listen":"prerequest","script":{"id":"ac496673-3ae6-4d5d-ba22-bc0d12eaf00d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c225486-2d34-41f1-8221-9d65a3b9bdcd","type":"text/javascript","exec":[""]}}]}