Speaker promotion

Speaker card

Promote a speaker with their talk, photo, and a clear way to reserve a seat.

File types
PNGJPEGWebP
Size
1200 × 1200 px
Use case
Speaker promotion
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bricolage Grotesque font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A square speaker card with a dark green background, a cream headline reading Run further by slowing down, an orange circular JM initials mark, an arched teal-bordered photo, and an orange Reserve a seat button.
speaker-card/template.html

About this design

What you can make with it.

Organisers post this before a keynote, workshop, or community talk. It pairs the speaker's photo with their name and role, a short quote, the session's date, time, and place, and one clear headline about the talk. Change the speaker, quote, and session details for every talk you promote.

Your details

What you can change.

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

  1. BrandA short text.
  2. EyebrowA short text.
  3. HeadlineA short text.
  4. Speaker initialsA short text.
  5. Speaker nameA short text.
  6. Speaker roleA short text.
  7. QuoteA short text.
  8. Session dateA short text.
  9. Session timeA short text.
  10. LocationA short text.
  11. ActionA short text.
  12. FooterA short text.
Sample data
{
  "brand": "Foxglove Run Club",
  "eyebrow": "A talk for everyday runners",
  "headline": "Run further by slowing down",
  "speaker_initials": "TM",
  "speaker_name": "Theo Mills",
  "speaker_role": "Running coach, Foxglove Run Club",
  "quote": "Slow down on your easy days and the fast days take care of themselves.",
  "session_date": "Thursday 17 October 2026",
  "session_time": "6:30pm BST",
  "location": "Foxglove Clubhouse, Bristol + live stream",
  "action": "Reserve a seat",
  "footer": "Doors open 15 minutes before the talk starts."
}

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: speaker-card-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Foxglove Run Club","eyebrow":"A talk for everyday runners","headline":"Run further by slowing down","speaker_initials":"TM","speaker_name":"Theo Mills","speaker_role":"Running coach, Foxglove Run Club","quote":"Slow down on your easy days and the fast days take care of themselves.","session_date":"Thursday 17 October 2026","session_time":"6:30pm BST","location":"Foxglove Clubhouse, Bristol + live stream","action":"Reserve a seat","footer":"Doors open 15 minutes before the talk starts."},"image":{"format":"png","width":1200,"height":1200}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "speaker-card-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Foxglove Run Club",
          "eyebrow": "A talk for everyday runners",
          "headline": "Run further by slowing down",
          "speaker_initials": "TM",
          "speaker_name": "Theo Mills",
          "speaker_role": "Running coach, Foxglove Run Club",
          "quote": "Slow down on your easy days and the fast days take care of themselves.",
          "session_date": "Thursday 17 October 2026",
          "session_time": "6:30pm BST",
          "location": "Foxglove Clubhouse, Bristol + live stream",
          "action": "Reserve a seat",
          "footer": "Doors open 15 minutes before the talk starts."
        },
        "image": {
          "width": 1200,
          "height": 1200
        }
      }
    }
  }
}

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.