Barcodes in bulk
barcode_batchCall this tool to draw many barcodes or QR codes at once from a list of rows, each with its own value and file name. Every row comes back as its own download link valid for one hour. Pro; the free tier does one code per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Print the digits under the bars (default true) | |
| items | Yes | The rows to draw | |
| format | No | svg (default, free) or png (Pro) | |
| height | No | Bar height in the same units (default 80) | |
| out_dir | No | Ignored on this hosted endpoint: there are no directories, and every row comes back as its own download link | |
| out_path | No | Name for the downloaded file, e.g. acme-code. SVG is returned inline when this is left out; a PNG always comes back as a download link valid for one hour | |
| overwrite | No | Replace a file of the same name already produced in this request (default false) | |
| symbology | No | Default symbology for rows that do not name one (default code128) | |
| module_width | No | Width of the narrowest bar, in pixels or SVG units (default 2) | |
| stop_on_error | No | Stop at the first bad row instead of drawing the rest and reporting it (default false) |