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.
A cream coffee label with a forest-green arch that holds a mustard sun and the serif origin Yirgacheffe, Ethiopia, above the tasting notes Jasmine, peach & honey, three facts, and the weight 250 g.
coffee-label/template.html

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.

  1. RoasterA short text.
  2. KickerA short text.
  3. OriginA short text.
  4. CountryA short text.
  5. LotA short text.
  6. NotesA short text.
  7. ProcessA short text.
  8. AltitudeA short text.
  9. RoastA short text.
  10. WeightA short text.
  11. GrindA short text.
  12. RoastedA short text.
  13. FooterA short text.
  14. Paper colourA colour.
  15. Label colourA colour.
  16. Accent colourA colour.
Sample 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"
}

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.

API request
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}}'
MCP call
{
  "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.