create-barcode
Generate barcodes by encoding data into QR, code128, ean13, or other formats. Choose to retrieve a barcode image URL or save the image to a file, customizing width, height, scale, text inclusion, and rotation.
Instructions
Create barcodes using QuickChart - get barcode image URL or save barcode image to file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Whether to get barcode URL or save as file | |
height | No | Barcode height | |
includeText | No | Include human-readable text below barcode | |
outputPath | No | Path where to save the file (only used with action=save_file) | |
rotate | No | Rotation: N=Normal, R=Right 90°, L=Left 90°, I=Inverted 180° | |
scale | No | Scale factor | |
text | Yes | Data to encode in the barcode | |
type | Yes | Barcode type (e.g., qr, code128, ean13, datamatrix, upca, etc.) | |
width | No | Barcode width |