v1

latestSwagger 2.02026-07-134847139.5 KB

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.

get/projects/{projectId}/images/id

Path parameters

projectIdstring uuid required

The project id.

Query parameters

imageIdsstring[]

The list of image ids to retrieve. Limited to 256.

iterationIdstring uuid

The iteration id. Defaults to workspace.

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.