---
title: "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."
method: POST
path: "/projects/{projectId}/images/suggested/count"
tags: ["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.

`POST /projects/{projectId}/images/suggested/count`

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

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `iterationId` string, uuid, required

## Request body

- TagFilter — Model that query for counting of images whose suggested tags match given tags and their probability are greater than or equal to the given threshold.
  - `tagIds` string[] — Existing TagIds in project to get suggested tags count for.
  - `threshold` number, double — Confidence threshold to filter suggested tags on.

## Response `200`

OK

- object

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/azure/apis/cognitiveservices-customvision-training.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-customvision-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-customvision-training/versions/82dfb72c78fa/schema)
