microsoft.com

API provider — microsoft.com:cognitiveservices-Training

🔑 apikey 48 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
Get a list of the available domains.
curl \
  -H "Training-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.2/training/domains
Get your projects.
curl \
  -H "Training-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.2/training/projects
Get information about a specific domain.
curl \
  -H "Training-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.2/training/domains/{domainId}
Endpoints (48 total)
GET
/domains
Get a list of the available domains.
GET
/projects
Get your projects.
GET
/domains/{domainId}
Get information about a specific domain.
GET
/projects/{projectId}
Get a specific project.
GET
/projects/{projectId}/tags
Get the tags for a given project and iteration.
GET
/projects/{projectId}/export
Exports a project.
GET
/projects/{projectId}/images/id
Get images by id for a given project iteration.
GET
/projects/{projectId}/iterations
Get iterations for the project.
GET
/projects/{projectId}/tags/{tagId}
Get information about a specific tag.
GET
/projects/{projectId}/images/tagged
Get tagged images for a given project iteration.
GET
/projects/{projectId}/images/untagged
Get untagged images for a given project iteration.
GET
/projects/{projectId}/images/tagged/count
Gets the number of images tagged with the provided {tagIds}.
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints48
Authapikey
Categories2
https://southcentralus.api.cognitive.microsoft.com/customvision/v3.2/training