Images

Operations

Create From Data

This API accepts body content as multipart/form-data and application/octet-stream. When using multipart multiple image files can be sent at once, with a maximum ...

Create From Files

This API accepts a batch of files, and optionally tags, to create training images. There is a limit of 64 images and 20 tags. If all images are successful create...

Create From Predictions

This API creates a batch of training images from predicted images specified. There is a limit of 64 images and 20 tags. If all images are successful created, 200...

Create From Urls

Add the provided images urls to the set of training images. This API accepts a batch of urls, and optionally tags, to create images. There is a limit of 64 imag...

Create Regions

This API accepts a batch of image regions, and optionally tags, to update existing images with region information. There is a limit of 64 entries in the batch. If...

Create Tags

Associate a set of images with a set of tags.

Delete

Delete images from the set of training images.

Delete Regions

Delete a set of image regions.

Delete Tags

Remove a set of tags from a set of images.

Get Count

Get the number of images. The filtering is on an and/or relationship. For example, if the provided tag ids are for the "Dog" and "Cat" tags, then only images tag...

Get Region Proposals

This API will get region proposals for an image along with confidences for the region. It returns an empty array if no proposals are found.

Get Suggested Count

This API takes in tagIds to get count of untagged images per suggested tags for a given threshold. Images whose suggested tags match given tags and their probab...

Get Tagged Count

Gets the number of images tagged with the provided {tagIds}. The filtering is on an and/or relationship. For example, if the provided tag ids are for the "Dog" ...

Get Untagged Count

Gets the number of untagged images. This API returns the images which have no tags for a given project and optionally an iteration. If no iteration is specified...

List

This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control h...

List By Ids

This API will return a set of Images for the specified tags and optionally iteration. If no iteration is specified the current workspace is used.

List Suggested

This API will fetch untagged images filtered by suggested tags Ids. It returns an empty array if no images are found.

List Tagged

Get tagged images for a given project iteration. This API supports batching and range selection. By default it will only return first 50 images matching images.

List Untagged

Get untagged images for a given project iteration. This API supports batching and range selection. By default it will only return first 50 images matching image...

Update Metadata

This API accepts a batch of image Ids, and metadata, to update images. There is a limit of 64 images.