Barcodes, SKUs, and batch numbers laid out once and generated for the whole run, sized for the label stock you actually print on.
Label runs come from a spreadsheet and end up in a word processor with a template someone built in 2019. Sizes drift and reprints cost stock.
Lay out text, barcodes, and logos at the exact dimensions of your label stock.
One row per label, or send them from your inventory system through the API.
Download the whole run at once, ready to send to the printer.
The same template runs from a REST call or from a spreadsheet. Pick whichever fits how your data already moves.
curl https://automette.com/api/v1/renders \
-H "Authorization: Bearer $AUTOMETTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template_id": "cm4tpl8e20001js04xq2v9k3m",
"data": {
"product": "Cold Brew 250ml",
"sku": "CB-250",
"batch": "B-4471"
}
}'Returns a file URL. Read the API reference.
Upload a spreadsheet and get one file per row, packaged as a ZIP.
Run a batch straight from a sheet with the Automette add-on.
Publish a form and generate a document from each submission as it arrives.
Design a template once. Connect any data source. Get perfect documents and visuals every time.
Build it visually, in code, or describe it to AI. Place fields where your data should go.
CSV, Google Sheet, form, webhook, or REST API, whichever fits your stack.
One, a thousand, or on demand, all from the same template.