---
title: "Review a training frame"
method: POST
path: "/v1/training/frames/{id}/review"
tags: ["Training"]
---

# Review a training frame

`POST /v1/training/frames/{id}/review`

Submit a review for a training frame, optionally correcting the label

## Path parameters

- `id` string, required

## Request body

- object
  - `correctedLabel` string, nullable — Corrected label if original was wrong
  - `reviewed` boolean, required — Whether the frame has been reviewed

## Response `200`

Review submitted successfully

- object — Review submitted successfully
  - `success` boolean
  - `frame` object
    - `id` string
    - `label` string
    - `reviewed` boolean
    - `correctedLabel` string, nullable
    - `modelConfidence` number, nullable
    - `modelPredictedLabel` string, nullable
    - `modelVersion` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
