Where is my cat?
Number of APIs: 7
Follow along on the livestream
Get Started
- Quickstart tutorial: Create an image classification project with the Custom Vision REST API
- Use the corresponding environment [
Where cat
] to enter your credentials.
-
Train project POST https://{{endpoint}}/customvision/v3.3/Training/projects/{{projectId}}/train
-
Create a new Custom Vision project POST https://{{endpoint}}/customvision/v3.3/Training/projects?name={{name}}
-
Create tags POST https://{{endpoint}}/customvision/v3.3/Training/projects/{{projectId}}/tags?name=Charlie
-
Upload image and add tags POST https://{{endpoint}}/customvision/v3.3/Training/projects/{{projectId}}/images?tagIds=3940a8a0-20ea-4f76-a5dc-d50759035864
-
Get iteration status GET https://{{endpoint}}/customvision/v3.3/Training/projects/{{projectId}}/iterations/{{iterationId}}
-
Publish iteration POST https://{{endpoint}}/customvision/v3.3/Training/projects/{{projectId}}/iterations/{{iterationId}}/publish?publishName=catz&predictionId=/subscriptions/2f272d10-9b00-4780-8cba-ccdde7d4dff1/resourceGroups/stream/providers/Microsoft.CognitiveServices/accounts/livestream
-
Test model POST https://livestream-prediction.cognitiveservices.azure.com/customvision/v3.1/Prediction/{{projectId}}/classify/iterations/catz/image