v1

latestSwagger 2.02026-07-134847139.5 KB

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 how many images to return in a given batch.

get/projects/{projectId}/images/untagged

Path parameters

projectIdstring uuid required

The project id.

Query parameters

iterationIdstring uuid

The iteration id. Defaults to workspace.

orderBy'Newest' | 'Oldest'

The ordering. Defaults to newest.

takeinteger

Maximum number of images to return. Defaults to 50, limited to 256.

skipinteger

Number of images to skip before beginning the image batch. Defaults to 0.

Response

OK

idstring uuid

Id of the image.

createdstring date-time

Date the image was created.

widthinteger

Width of the image.

heightinteger

Height of the image.

resizedImageUristring

The URI to the (resized) image used for training.

thumbnailUristring

The URI to the thumbnail of the original image.

originalImageUristring

The URI to the original uploaded image.