Event tickets
Festival day pass
Print a tear-off festival pass for guests with a scannable code.
- File types
- Size
- 8.270833333333334 × 3.8958333333333335 in PDF
- Use case
- Event tickets
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Anton and Space Mono fonts and a fictional festival, artist, and holder.

About this design
What you can make with it.
Festivals use this pass to sell entry for one day of a show. It shows the headliner, the stage, the date, and a tear-off stub with the gate, a code, and the holder's name. Change the lineup, dates, prices, and colours for each event.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- FestivalA short text.
- DayA short text.
- HeadlinerA short text.
- StageA short text.
- Event dateA short text.
- DoorsA short text.
- Ticket typeA short text.
- GateA short text.
- Ticket numberA short text.
- Holder nameA short text.
- PriceA number.
- NoteA short text.
- Body colourA colour.
- Stub colourA colour.
- Highlight colourA colour.
{
"festival": "Low Tide Festival 2026",
"day": "SAT",
"headliner": "Nova Kestrel",
"stage": "Harbour Stage",
"event_date": "2026-09-26",
"doors": "14:00",
"ticket_type": "Day pass",
"gate": "C",
"ticket_number": "LT26-SAT-04471",
"holder_name": "Priya Anand",
"price": 68.5,
"note": "Bring photo ID and this pass to Gate C. No re-entry after 22:00.",
"body_colour": "#0D0F2B",
"stub_colour": "#F2FF49",
"highlight_colour": "#FF3D8A"
}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: festival-pass-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"festival":"Low Tide Festival 2026","day":"SAT","headliner":"Nova Kestrel","stage":"Harbour Stage","event_date":"2026-09-26","doors":"14:00","ticket_type":"Day pass","gate":"C","ticket_number":"LT26-SAT-04471","holder_name":"Priya Anand","price":68.5,"note":"Bring photo ID and this pass to Gate C. No re-entry after 22:00.","body_colour":"#0D0F2B","stub_colour":"#F2FF49","highlight_colour":"#FF3D8A"},"pdf":{"width":"794px","height":"374px"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "festival-pass-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"festival": "Low Tide Festival 2026",
"day": "SAT",
"headliner": "Nova Kestrel",
"stage": "Harbour Stage",
"event_date": "2026-09-26",
"doors": "14:00",
"ticket_type": "Day pass",
"gate": "C",
"ticket_number": "LT26-SAT-04471",
"holder_name": "Priya Anand",
"price": 68.5,
"note": "Bring photo ID and this pass to Gate C. No re-entry after 22:00.",
"body_colour": "#0D0F2B",
"stub_colour": "#F2FF49",
"highlight_colour": "#FF3D8A"
},
"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.


