Logo
Accusoft API Documentation

3) Get the Status and the Result of the Barcode Scanner Process

GET {{barcode_base_url}}/api/v1/scanners/{{processId}}

https://help.accusoft.com/PrizmDoc/latest/HTML/content-converters.html#get-v2contentconvertersprocessid

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accusoft-Affinity-Token
string
Acs-Api-Key
string




RESPONSES

status OK

{ "processId": "LVpdqW6UzHnvfGf0uVaX8A", "state": "complete", "expirationDateTime": "2023-02-08T15:52:59.000Z", "input": { "source": { "fileId": "RSFcKZADwT-2bEdPUQALCg" } }, "output": { "barcodes": [ { "area": { "x": 24, "y": -1, "width": 213, "height": 140 }, "barcodeType": "upcABarcode", "barcodeDataAsBytes": "NzA1NjMyNDQxOTQ3AA==", "barcodeValue": "705632441947", "confidence": 50, "numberOfCheckSumChars": 1, "point1": { "x": 24, "y": -1 }, "point2": { "x": 237, "y": -1 }, "point3": { "x": 237, "y": 139 }, "point4": { "x": 24, "y": 139 }, "skew": 0, "validCheckSum": true } ] } }



Curl
curl -X GET 'barcode_base_url/api/v1/scanners/' -H 'Accusoft-Affinity-Token: ' -H 'Acs-Api-Key: prizmdoc_cloud_api_key'

ENDPOINTS