Event badges
Name badge
Print an event badge for your guests with a large name and role.
- File types
- 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.

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.
- Event nameA short text.
- Attendee nameA short text.
- RoleA short text.
- DetailA short text.
- DateA short text.
{
"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.
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"}}'{
"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.


