---
title: "POST /v1/internal/classification-result"
method: POST
path: "/v1/internal/classification-result"
---

# POST /v1/internal/classification-result

`POST /v1/internal/classification-result`

## Request body

- object
  - `job_id` string, required
  - `status` 'completed' | 'failed', required
  - `result` object
    - `scanner_present` boolean, required
    - `is_measurable` boolean, nullable
    - `confidence` number, nullable, required
    - `gap` number, nullable, required
    - `best_frame` string, nullable
    - `review_flags` string[], nullable
    - `signals` object, nullable
    - `segmentation` unknown
  - `error` string

## Response `200`

Default Response

---

[API](https://skmtc.net/transload/apis/pipeline-backend.md) · [All operations](https://skmtc.net/transload/apis/pipeline-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transload/pipeline-backend/revisions/19723ec39f24/schema)
