Using cpprestsdk with microsoft.com

C++ integration

✓ Official SDK
Install
# See https://github.com/microsoft/cpprestsdk
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
cpprestsdk
C++
API
microsoft.com
microsoft.com:cognitiveservices-Prediction
At a glance
Language C++
Endpoints8
Base URLhttps://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction
✓ Official