cURL
curl --request POST \ --url https://www.closient.com/dashboard/api/v1/ocr/gtin \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form image='@example-file'
{ "candidates": [ "<string>" ], "source": "<string>" }
Server-side GTIN extraction using Bedrock Vision.
Accepts a product photo and returns validated GTIN candidates. Used as a fallback when client-side Tesseract.js OCR fails.
Product photo to scan for GTINs
OK
Response with validated GTIN candidates from OCR.