Uploads a product label image for OCR analysis. OCR data is stored at the batch level.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params multipart/form-dataRequired
Responses
application/json
Label analyzed successfully
{
"success": true,
"data": {
"batch_id": 0,
"batch_code": "string",
"ocr_result": {
"expiry_date": "2019-08-24",
"production_date": "2019-08-24",
"batch_number": "string",
"product_name": "string",
"manufacturer": "string"
},
"confidence": 0.95,
"requires_manual_review": true,
"image_path": "string",
"processed_at": "2019-08-24T14:15:22.123Z"
}
}
Modified at 2026-02-23 18:27:16