Replace sample photo and trigger AI re-analysis. Requires in-progress batch with completed truck inspection.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params multipart/form-dataRequired
Responses
application/json
Sample photo replaced successfully
{
"success": true,
"message": "string",
"data": {
"sample": {
"sequence": 0,
"id": 0,
"code": "string",
"name": "string",
"status": {},
"notes": "string",
"label_photo": "http://example.com",
"quality_score": 0
},
"ai_insights": {
"insights": "string",
"confidence": 0,
"quality_score": 0,
"flags": [
"string"
]
}
}
}
Modified at 2026-02-23 18:27:16