v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
ImageApi

Get count of images whose suggested tags match given tags and their probabilities are greater than or equal to the given threshold. Returns count as 0 if none found.

This API takes in tagIds to get count of untagged images per suggested tags for a given threshold.

post/projects/{projectId}/images/suggested/count

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 get suggested tags count for.

thresholdnumber double

Confidence threshold to filter suggested tags on.

Response

OK

object required