Skip to content
Cloud infrastructure/devops

microsoft.com:cognitiveservices-ComputerVision

Computer Vision Client sandbox and mock API

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. Ad Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
9
Collections
-
Event types
-
example request
curl https://your-microsoft-cognitiveservices-compute.slurry.io/vision/v2.1/models \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 9.

  • POST/analyze
  • POST/areaOfInterest
  • POST/describe
  • POST/detect
  • POST/generateThumbnail
  • GET/models
  • POST/models/{model}/analyze
  • POST/ocr
  • POST/tag