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.
A landscape event badge with a cream panel on the left, a mustard divider, and a warm orange photo of a blonde woman on the right under a dark date pill. The large name Sam Taylor sits above orange role text and an orange Attendee pill.
event-name-badge/template.html

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.

  1. Event nameA short text.
  2. DateA short text.
  3. AttendeeA short text.
  4. RoleA short text.
  5. OrganisationA short text.
  6. Access labelA short text.
  7. FooterA short text.
Sample 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."
}

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