Event badges
Event name badge
Print a name badge with a photo, role, and clear access label for each guest.
- File types
- PNGJPEGWebP
- Size
- 1200 × 800 px
- Use case
- Event badges
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Anton font, original graphic marks, fictional sample names, and an original AI-generated example photo.

About this design
What you can make with it.
Event teams make one of these for every attendee at a conference or workshop. Each badge shows a photo, the attendee's name, role, organisation, the event and date, and a label such as Attendee. Make one for every guest, using the same layout each time.
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.
- DateA short text.
- AttendeeA short text.
- RoleA short text.
- OrganisationA short text.
- Access labelA short text.
- FooterA short text.
{
"event_name": "Better Work Summit",
"date": "2026-09-24",
"attendee": "Sam Taylor",
"role": "Operations lead",
"organisation": "Northline Studio",
"access_label": "Attendee",
"footer": "Please keep this badge visible for the full event."
}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: event-name-badge-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"event_name":"Better Work Summit","date":"2026-09-24","attendee":"Sam Taylor","role":"Operations lead","organisation":"Northline Studio","access_label":"Attendee","footer":"Please keep this badge visible for the full event."},"image":{"format":"png","width":1200,"height":800}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "event-name-badge-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"event_name": "Better Work Summit",
"date": "2026-09-24",
"attendee": "Sam Taylor",
"role": "Operations lead",
"organisation": "Northline Studio",
"access_label": "Attendee",
"footer": "Please keep this badge visible for the full event."
},
"image": {
"width": 1200,
"height": 800
}
}
}
}
}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.


