v1

latestSwagger 2.02026-07-134847139.5 KB

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

post/projects/{projectId}/images/suggested

Path parameters

projectIdstring uuid required

The project id.

Query parameters

iterationIdstring uuid required

IterationId to use for the suggested tags and regions.

Request body

tagIdsstring[]

Existing TagIds in project to filter suggested tags on.

thresholdnumber double

Confidence threshold to filter suggested tags on.

sessionstring

SessionId for database query. Initially set to null but later used to paginate.

continuationstring

Continuation Id for database pagination. Initially null but later used to paginate.

maxCountinteger

Maximum number of results you want to be returned in the response.

sortBy'UncertaintyAscending' | 'UncertaintyDescending'

OrderBy. Ordering mechanism for your results.

Response

OK