Product labels
Coffee bag label
Print a coffee bag label for buyers with its origin and notes.
- File types
- PNGJPEGWebP
- Size
- 1200 × 1600 px
- Use case
- Product labels
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence DM Serif Display font and fictional sample names.

About this design
What you can make with it.
Roasters use this label for each new bag of coffee. It sets the origin in large serif type under an arch, with tasting notes, three quick facts, and the bag weight. Change the roaster, origin, notes, and facts for every new coffee.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- RoasterA short text.
- KickerA short text.
- OriginA short text.
- CountryA short text.
- LotA short text.
- NotesA short text.
- ProcessA short text.
- AltitudeA short text.
- RoastA short text.
- WeightA short text.
- GrindA short text.
- RoastedA short text.
- FooterA short text.
- Paper colourA colour.
- Label colourA colour.
- Accent colourA colour.
{
"roaster": "Hollow Pine Roasters",
"kicker": "Single origin",
"origin": "Yirgacheffe",
"country": "Ethiopia",
"lot": "Lot 14 · Harvest 2026",
"notes": "Jasmine, peach & honey",
"process": "Washed",
"altitude": "1,950 m",
"roast": "Light",
"weight": "250 g",
"grind": "Whole bean",
"roasted": "Roasted 12 September",
"footer": "Roasted in small batches in Bristol",
"paper_colour": "#F3EBDD",
"label_colour": "#1F4D3A",
"accent_colour": "#E0A526"
}For developers
Make this file from your code or your AI tools.
Save your copy once, then send the new details with each request. Each finished file costs 1 credit.
curl https://thirds.ai/v1/image \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: coffee-label-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"roaster":"Hollow Pine Roasters","kicker":"Single origin","origin":"Yirgacheffe","country":"Ethiopia","lot":"Lot 14 · Harvest 2026","notes":"Jasmine, peach & honey","process":"Washed","altitude":"1,950 m","roast":"Light","weight":"250 g","grind":"Whole bean","roasted":"Roasted 12 September","footer":"Roasted in small batches in Bristol","paper_colour":"#F3EBDD","label_colour":"#1F4D3A","accent_colour":"#E0A526"},"image":{"format":"png","width":1200,"height":1600}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "coffee-label-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"roaster": "Hollow Pine Roasters",
"kicker": "Single origin",
"origin": "Yirgacheffe",
"country": "Ethiopia",
"lot": "Lot 14 · Harvest 2026",
"notes": "Jasmine, peach & honey",
"process": "Washed",
"altitude": "1,950 m",
"roast": "Light",
"weight": "250 g",
"grind": "Whole bean",
"roasted": "Roasted 12 September",
"footer": "Roasted in small batches in Bristol",
"paper_colour": "#F3EBDD",
"label_colour": "#1F4D3A",
"accent_colour": "#E0A526"
},
"image": {
"width": 1200,
"height": 1600
}
}
}
}
}Make this design yours.
Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.


