Finalize Batch Inspection
Completes the batch inspection with a final verdict. If manual_status is not provided, status is auto-calculated from samples.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/json
{
"manual_status": "passed",
"notes": "string",
"is_partial_completion": false
}
Responses
application/json
Batch finalized successfully
{
"success": true,
"message": "string",
"data": {
"batch_id": "string",
"final_score": 0,
"final_status": {},
"is_partial_completion": true,
"notes": "string",
"finalized_at": "2019-08-24T14:15:22.123Z",
"samples": [
{
"sequence": 0,
"id": 0,
"code": "string",
"name": "string",
"status": {},
"ai_insights": "string",
"ai_confidence": 0,
"quality_score": 0
}
],
"summary": {
"total": 0,
"passed": 0,
"rejected": 0,
"review": 0
}
}
}
Modified at 2026-02-23 18:27:16