Business cards

Cafe business card

Print a warm cafe business card for staff with a large name.

File types
PDF
Size
10.5 × 6.75 in PDF
Use case
Business cards
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces font, original graphic marks, and fictional sample names.
A landscape brown and cream business card with a coffee disc and the large name Anika Voss for Ember Coffee Co.
ember-business-card/template.html

About this design

What you can make with it.

Cafes and roasteries use this card for each host or manager on staff. It runs a large name over a brown and cream layout with a coffee-bean disc mark. Replace the name, role, and contact lines for each new card you print.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Full nameA short text.
  2. RoleA short text.
  3. CompanyA short text.
  4. PhoneA short text.
  5. EmailA short text.
  6. WebsiteA short text.
  7. LocationA short text.
Sample data
{
  "full_name": "Anika Voss",
  "role": "Head of Coffee",
  "company": "Ember Coffee Co.",
  "phone": "0117 496 0142",
  "email": "anika.voss@embercoffee.co.uk",
  "website": "embercoffee.co.uk",
  "location": "Stokes Croft, Bristol"
}

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/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: ember-business-card-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"full_name":"Anika Voss","role":"Head of Coffee","company":"Ember Coffee Co.","phone":"0117 496 0142","email":"anika.voss@embercoffee.co.uk","website":"embercoffee.co.uk","location":"Stokes Croft, Bristol"},"pdf":{"width":"1008px","height":"648px"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "ember-business-card-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "full_name": "Anika Voss",
          "role": "Head of Coffee",
          "company": "Ember Coffee Co.",
          "phone": "0117 496 0142",
          "email": "anika.voss@embercoffee.co.uk",
          "website": "embercoffee.co.uk",
          "location": "Stokes Croft, Bristol"
        },
        "pdf": {
          "width": "1008px",
          "height": "648px"
        }
      }
    }
  }
}

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.