Using BotBuilder-Samples with microsoft.com

HTML integration

✓ Official SDK
Install
# See https://github.com/microsoft/BotBuilder-Samples
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
SDK on GitHub 📄 API Docs
SDK
BotBuilder-Samples
HTML
API
microsoft.com
microsoft.com:cognitiveservices-Prediction
At a glance
Language HTML
Endpoints8
Base URLhttps://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction
✓ Official