Barcode - 0.1
0.1
Sphereon BV
11/Nov/2019 10:56:00 AM CET
PUBLISHED
Production and Sandbox Endpoints
Production and Sandbox URLs:
Description
The Barcode Reader API '/reader' reads barcodes from image files and returns the barcode data as JSON files. The flow is generally as follows: 1. First upload an image using the /reader POST endpoint. You will get back a job response that contains a job with its associated settings. 2. Start the job from a PUT request to the /reader/{jobid} endpoint, with the Job and Settings JSON as request body. The barcode detection will now start. 3. Check the job status from the /reader/{jobid} GET endpoint until the status has changed to DONE or ERROR. Messaging using a websocket will be available as an alternative in a future version 4. Retrieve the JSON file using the /reader/{jobid}/stream GET endpoint. This will return the JSON file only when the status is DONE. In other cases it will return the Job Response JSON (with http code 202 instead of 200) Interactive testing: A web based test console is available in the Sphereon API Store
Business Information
Business Owner : Sphereon BV [support@sphereon.com]
Technical Owner : Sphereon Devops Team [dev@sphereon.com]
No comments yet