Events

Event ticket

Print a DL-size ticket with a tear-off stub for each guest at your event.

File types
PDF
Size
DL PDF
Use case
Events
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue and Space Mono fonts, original graphic marks, and fictional sample names.
A landscape DL ticket with a dark navy body, an orange diagonal banner Fernbank Print Rooms presents, the white title Makers Night: Print and Paper, and a cream tear-off stub with ticket number MN-016-0342, seat B14, and a QR code.
event-ticket/template.html

About this design

What you can make with it.

Event organisers use this to issue a named ticket for each guest. It shows the event name and a tear-off stub with the seat, number, and a scannable code. Change the event, the venue, and each guest's name, seat, and ticket number.

Your details

What you can change.

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

  1. OrganiserA short text.
  2. Event nameA short text.
  3. TaglineA longer text with more than one line.
  4. Event dateA short text.
  5. Doors openA short text.
  6. Venue nameA short text.
  7. Venue addressA short text.
  8. Ticket typeA short text.
  9. Holder nameA short text.
  10. Ticket numberA short text.
  11. SeatA short text.
  12. PriceA number.
  13. Stub noteA short text.
Sample data
{
  "organiser": "Fernbank Print Rooms",
  "event_name": "Makers Night: Print and Paper",
  "tagline": "An evening of letterpress demos, live poster printing, and good coffee with the people who make things.",
  "event_date": "2026-10-16",
  "doors_open": "6:30 pm",
  "venue_name": "The Old Foundry",
  "venue_address": "22 Anchor Street, Bristol",
  "ticket_type": "General entry",
  "holder_name": "Rosa Delgado",
  "ticket_number": "MN-016-0342",
  "seat": "B14",
  "price": 18,
  "stub_note": "Show this QR code at the door. Keep this stub for the raffle at 9 pm."
}

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: event-ticket-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"organiser":"Fernbank Print Rooms","event_name":"Makers Night: Print and Paper","tagline":"An evening of letterpress demos, live poster printing, and good coffee with the people who make things.","event_date":"2026-10-16","doors_open":"6:30 pm","venue_name":"The Old Foundry","venue_address":"22 Anchor Street, Bristol","ticket_type":"General entry","holder_name":"Rosa Delgado","ticket_number":"MN-016-0342","seat":"B14","price":18,"stub_note":"Show this QR code at the door. Keep this stub for the raffle at 9 pm."},"pdf":{"width":"794px","height":"374px"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "event-ticket-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "organiser": "Fernbank Print Rooms",
          "event_name": "Makers Night: Print and Paper",
          "tagline": "An evening of letterpress demos, live poster printing, and good coffee with the people who make things.",
          "event_date": "2026-10-16",
          "doors_open": "6:30 pm",
          "venue_name": "The Old Foundry",
          "venue_address": "22 Anchor Street, Bristol",
          "ticket_type": "General entry",
          "holder_name": "Rosa Delgado",
          "ticket_number": "MN-016-0342",
          "seat": "B14",
          "price": 18,
          "stub_note": "Show this QR code at the door. Keep this stub for the raffle at 9 pm."
        },
        "pdf": {
          "width": "794px",
          "height": "374px"
        }
      }
    }
  }
}

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.