v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
ImageApi

Get images by id for a given project iteration.

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

createdstring date-time

Date the image was created.

heightinteger

Height of the image.

idstring uuid

Id of the image.

originalImageUristring

The URI to the original uploaded image.

resizedImageUristring

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

thumbnailUristring

The URI to the thumbnail of the original image.

widthinteger

Width of the image.