Barcode Generator API

Generate multiple barcode types via Web API

API Usage Example

https://api.dee4u.com/api/barcode?data=123456789012&type=ean13&format=png

API Documentation

Parameter Required Example Description
data Required 123456789012 Data to encode
type Optional ean13 Barcode type (code128, ean13, ean8, upca, upce, code39)
format Optional png Output format: png, svg (default: png)

Output

Returns barcode image file in selected format

Frequently Asked Questions

Which barcode types are supported?
Code128, EAN-13, EAN-8, UPC-A, UPC-E, Code39
Data length requirements?
Each type has different length requirements, e.g. EAN13 needs 13 digits