/
AZ
azure
/
Custom Vision Training Client
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-14
48
47
131.4 KB
DomainsApi
Get a list of the available domains.
get
/domains
Response
OK
Domain[]
required
enabled
boolean
exportable
boolean
id
string
uuid
name
string
type
'Classification'
|
'ObjectDetection'
All 48 operations
get
Get a list of the available domains.
get
Get information about a specific domain.
get
Get your projects.
post
Create a project.
post
Imports a project.
get
Get a specific project.
delete
Delete a specific project.
patch
Update a specific project.
get
Exports a project.
post
Add the provided images to the set of training images.
delete
Delete images from the set of training images.
post
Add the provided batch of images to the set of training images.
get
Get images by id for a given project iteration.
post
Add the specified predicted images to the set of training images.
post
Create a set of image regions.
delete
Delete a set of image regions.
post
Get untagged images whose suggested tags match given tags. Returns empty array if no images are found.
post
Get count of images whose suggested tags match given tags and their probabilities are greater than or equal to the given threshold. Returns count as 0 if none found.
get
Get tagged images for a given project iteration.
get
Gets the number of images tagged with the provided {tagIds}.
post
Associate a set of images with a set of tags.
delete
Remove a set of tags from a set of images.
get
Get untagged images for a given project iteration.
get
Gets the number of untagged images.
post
Add the provided images urls to the set of training images.
post
Get region proposals for an image. Returns empty array if no proposals are found.
get
Get iterations for the project.
get
Get a specific iteration.
delete
Delete a specific iteration of a project.
patch
Update a specific iteration.
get
Get the list of exports for a specific iteration.
post
Export a trained iteration.
get
Get detailed performance information about an iteration.
get
Get image with its prediction for a given project iteration.
get
Gets the number of images tagged with the provided {tagIds} that have prediction results from training for the provided iteration {iterationId}.
post
Publish a specific iteration.
delete
Unpublish a specific iteration.
delete
Delete a set of predicted images and their associated prediction results.
post
Get images that were sent to your prediction endpoint.
post
Quick test an image.
post
Quick test an image url.
get
Get the tags for a given project and iteration.
post
Create a tag for the project.
get
Get information about a specific tag.
delete
Delete a tag from the project.
patch
Update a tag.
post
Suggest tags and regions for an array/batch of untagged images. Returns empty array if no tags are found.
post
Queues project for training.