---
title: "POST /v1/qa/{scanId}/review"
method: POST
path: "/v1/qa/{scanId}/review"
---

# POST /v1/qa/{scanId}/review

`POST /v1/qa/{scanId}/review`

## Path parameters

- `scanId` string, uuid, required

## Request body

- union
  - object
    - `decision` 'accepted', required
    - `kochScaleFactor` object
      - `objective` 't30_mae' | 'per_dim_5cm_count', required
  - object
    - `decision` 'rejected', required
    - `reason` 'hu_occluded' | 'scan_ambiguous' | 'classifier_wrong' | 'bbox_tilted' | 'bbox_oversized' | 'bbox_height_length_ambiguous' | 'segmentation_wrong' | 'pallet_mixed' | 'sticker_scanned' | 'other' | 'bad_bounding_box_fit' | 'item_not_measurable' | 'no_scan_visible' | 'bad_measurements' | 'ambiguous' | 'wrong_item_selected' | 'bad_segmentation' | 'mixed_pallet' | 'barcode_not_attached' | 'stacked_items'
    - `reasonText` string
    - `correction` object
      - `lengthCm` integer, required
      - `widthCm` integer, required
      - `heightCm` integer, required
      - `obbCornersPx` object[], required
        - `u` number, required
        - `v` number, required

## Response `200`

Default Response

## Changes

- **2026-09-08** `772bbade15f0` — 10 info
  - added the new optional request property `oneOf[subschema #2]/reasonText`
  - added the new `bbox_height_length_ambiguous` enum value to the request property `oneOf[subschema #2]/reason`
  - added the new `bbox_oversized` enum value to the request property `oneOf[subschema #2]/reason`
  - added the new `bbox_tilted` enum value to the request property `oneOf[subschema #2]/reason`
  - …6 more

[Change history](https://skmtc.dev/transload/apis/pipeline-backend/changes/v1/qa/:scanId/review/post.md)

---

[API](https://skmtc.dev/transload/apis/pipeline-backend.md) · [All operations](https://skmtc.dev/transload/apis/pipeline-backend/llms.txt) · [OpenAPI document](https://skmtc.dev/transload/apis/pipeline-backend/revisions/772bbade15f0?raw)
