Read Barcode From Image
- Method: POST
- Endpoint: /api/v2/ReadBarcodesfromImage
Parameters
- docNamestring, Required
Name of the file
- docContentbase64, Required
The content of the input file
- Image Typestring, Required
You can select any one image type -
JPG
PNG
Output
- File ContentBinary
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docName": "stamp.png",
"docContent": "Please put image base64 content",
"imageType": "png"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda