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.
A wide membership card with a navy left panel edged by a lime-green stripe and diagonal pattern, and a cream right panel naming member Maya Singh of Northline Makers Club above a navy barcode.
membership-card/template.html

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.

  1. Club nameA short text.
  2. Membership labelA short text.
  3. Member nameA short text.
  4. Member idA short text.
  5. TierA short text.
  6. Valid throughA short text.
  7. BenefitsA short text.
  8. ContactA short text.
  9. FooterA short text.
Sample 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."
}

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