microsoft.com

API provider — microsoft.com:cognitiveservices-Prediction

🔑 apikey 8 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
Detect objects in an image url and saves the result.
curl \
  -H "Prediction-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction/{projectId}/detect/iterations/{publishedName}/url
Classify an image url and saves the result.
curl \
  -H "Prediction-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction/{projectId}/classify/iterations/{publishedName}/url
Endpoints (8 total)
POST
/{projectId}/detect/iterations/{publishedName}/url
Detect objects in an image url and saves the result.
POST
/{projectId}/classify/iterations/{publishedName}/url
Classify an image url and saves the result.
POST
/{projectId}/detect/iterations/{publishedName}/image
Detect objects in an image and saves the result.
POST
/{projectId}/classify/iterations/{publishedName}/image
Classify an image and saves the result.
POST
/{projectId}/detect/iterations/{publishedName}/url/nostore
Detect objects in an image url without saving the result.
POST
/{projectId}/classify/iterations/{publishedName}/url/nostore
Classify an image url without saving the result.
POST
/{projectId}/detect/iterations/{publishedName}/image/nostore
Detect objects in an image without saving the result.
POST
/{projectId}/classify/iterations/{publishedName}/image/nostore
Classify an image without saving the result.
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints8
Authapikey
Categories2
https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction