Custom Vision Prediction Client logo

Custom Vision Prediction Client

Custom Vision Prediction Client

Custom Vision Prediction API runs inference using your trained Custom Vision model — upload an image, get classification labels and confidence scores.

Visit site ↗Health checked 14h ago
Use it when

Pairs with Custom Vision Training API — seamless training-to-inference

Watch for

Only invokes your own trained models — not a general-purpose vision API

First check

Train and publish a model in the Custom Vision portal to get endpoint + prediction key. POST /customvision/v3.0/Prediction/{projectId}/classify/iterations/{iterationName}/image with the image upload.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
63 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 30Uptime: 100%Avg latency: 154ms
01

About this API

Custom Vision is Azure's "no-ML-expertise-needed" tool for training custom image classification/object detection models: upload labeled images, click train in the UI, get a model in minutes — zero code. Prediction API is the inference endpoint — call the published endpoint with the prediction key, get confidence scores per class. Typical uses: QA inspection (train "pass/fail" classifier), UGC auto-tagging (train business-specific tags), branded-SKU detection. Complements the general-purpose Computer Vision API (out-of-the-box, no training).

02

What you can build

  • 1Production inference on a trained image-classification model
  • 2Object detection (e.g. defect detection on a production line)
  • 3Auto-tag product images
03

Strengths & limitations

Strengths

  • Pairs with Custom Vision Training API — seamless training-to-inference
  • Low-latency single-image inference (~500ms typical)
  • Supports model export to ONNX/TensorFlow Lite for offline inference

Limitations

  • Only invokes your own trained models — not a general-purpose vision API
  • Accuracy depends entirely on training-data quality
04

Getting started

Train and publish a model in the Custom Vision portal to get endpoint + prediction key. POST /customvision/v3.0/Prediction/{projectId}/classify/iterations/{iterationName}/image with the image upload.

05

FAQ

Are Prediction and Training the same API?+

No. Training runs on *.cognitiveservices.azure.com; Prediction has a different endpoint (per-project prediction key).

Can models be exported for offline use?+

Yes — the Custom Vision portal supports export to ONNX / TensorFlow Lite / CoreML for edge inference.

06

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, csharp, java, go
Response time
63 ms
Last health check
6/26/2026, 6:23:46 AM
07

Tags

08

More from Microsoft