Generate
Barcode generator
Generates 1D barcodes in multiple formats. Returns SVG or PNG.
get/barcode
Query parameters
datastring required
Example:HELLO123
Data to encode
format'code128' | 'ean13' | 'ean8' | 'upca' | 'code39' | 'itf'
Barcode symbology
output'svg' | 'png'
Output format
widthinteger
Output width in pixels
heightinteger
Output height in pixels
Response
Barcode image