---
title: "POST /projects/{projectId}/quicktest/image"
method: POST
path: "/projects/{projectId}/quicktest/image"
---

# POST /projects/{projectId}/quicktest/image

`POST /projects/{projectId}/quicktest/image`

Quick test an image.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `iterationId` string, uuid
- `store` boolean

## Response `200`

OK

- ImagePrediction — Result of an image prediction request.
  - `id` string, uuid — Prediction Id.
  - `project` string, uuid — Project Id.
  - `iteration` string, uuid — Iteration Id.
  - `created` string, date-time — Date this prediction was created.
  - `predictions` Prediction[] — List of predictions.
    - `probability` number, float — Probability of the tag.
    - `tagId` string, uuid — Id of the predicted tag.
    - `tagName` string, nullable — Name of the predicted tag.
    - `boundingBox` BoundingBox — Bounding box that defines a region of an image.
      - `left` number, float, required — Coordinate of the left boundary.
      - `top` number, float, required — Coordinate of the top boundary.
      - `width` number, float, required — Width.
      - `height` number, float, required — Height.

## 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)
