---
title: "POST /projects/{projectId}/images/suggested/count"
method: POST
path: "/projects/{projectId}/images/suggested/count"
---

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

`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/custom-vision-training-client.md) · [All operations](https://skmtc.net/azure/apis/custom-vision-training-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/custom-vision-training-client/versions/e873dad2a189/schema)
