Event badges

Name badge

Print an event badge for your guests with a large name and role.

File types
PDF
Size
4 × 3 in PDF
Use case
Event badges
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Righteous font, original graphic marks, and fictional sample names.
A compact landscape name badge with a dark teal diagonal header, a coral Workshop host pill, the large teal name Amelia Hart, and the table number and date below on a cream field.
name-badge/template.html

About this design

What you can make with it.

Workshops, community days, and small conferences use this badge so people can identify one another fast. It shows a large attendee name, their role, the event, and the date. Swap in each guest's name and role before you print the sheet.

Your details

What you can change.

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

  1. Event nameA short text.
  2. Attendee nameA short text.
  3. RoleA short text.
  4. DetailA short text.
  5. DateA short text.
Sample data
{
  "event_name": "Kiln & Co Maker Fair",
  "attendee_name": "Amelia Hart",
  "role": "Workshop host",
  "detail": "Table 04 · Bristol",
  "date": "2026-09-20"
}

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: name-badge-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"event_name":"Kiln & Co Maker Fair","attendee_name":"Amelia Hart","role":"Workshop host","detail":"Table 04 · Bristol","date":"2026-09-20"},"pdf":{"width":"384px","height":"288px"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "name-badge-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "event_name": "Kiln & Co Maker Fair",
          "attendee_name": "Amelia Hart",
          "role": "Workshop host",
          "detail": "Table 04 · Bristol",
          "date": "2026-09-20"
        },
        "pdf": {
          "width": "384px",
          "height": "288px"
        }
      }
    }
  }
}

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.