Memberships
Membership card
Issue a membership card with the member's name, tier, and benefits.
- File types
- PNGJPEGWebP
- Size
- 1200 × 800 px
- Use case
- Memberships
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Archivo font, original graphic marks, and fictional sample names.

About this design
What you can make with it.
Clubs and studios issue one of these to every new or renewing member. It shows the member's name, their number and tier, the date the pass runs to, a short line on benefits, and a support contact. Replace the member, dates, and benefits for every new pass you issue.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- Club nameA short text.
- Membership labelA short text.
- Member nameA short text.
- Member idA short text.
- TierA short text.
- Valid throughA short text.
- BenefitsA short text.
- ContactA short text.
- FooterA short text.
{
"club_name": "Northline Makers Club",
"membership_label": "Member pass · 2026",
"member_name": "Maya Singh",
"member_id": "NMC-2048",
"tier": "Studio member",
"valid_through": "31 December 2026",
"benefits": "Monthly workshops · member desk · early booking",
"contact": "members@northline.club · northline.club",
"footer": "This card stays the property of Northline Makers Club and is not transferable."
}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: membership-card-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"club_name":"Northline Makers Club","membership_label":"Member pass · 2026","member_name":"Maya Singh","member_id":"NMC-2048","tier":"Studio member","valid_through":"31 December 2026","benefits":"Monthly workshops · member desk · early booking","contact":"members@northline.club · northline.club","footer":"This card stays the property of Northline Makers Club and is not transferable."},"image":{"format":"png","width":1200,"height":800}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "membership-card-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"club_name": "Northline Makers Club",
"membership_label": "Member pass · 2026",
"member_name": "Maya Singh",
"member_id": "NMC-2048",
"tier": "Studio member",
"valid_through": "31 December 2026",
"benefits": "Monthly workshops · member desk · early booking",
"contact": "members@northline.club · northline.club",
"footer": "This card stays the property of Northline Makers Club and is not transferable."
},
"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.


