Events
Event ticket
Print a DL-size ticket with a tear-off stub for each guest at your event.
- File types
- 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.

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.
- OrganiserA short text.
- Event nameA short text.
- TaglineA longer text with more than one line.
- Event dateA short text.
- Doors openA short text.
- Venue nameA short text.
- Venue addressA short text.
- Ticket typeA short text.
- Holder nameA short text.
- Ticket numberA short text.
- SeatA short text.
- PriceA number.
- Stub noteA short text.
{
"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.
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"}}'{
"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.


