Podcasts

Podcast episode card

Announce each podcast episode with a big episode number, the title, and the guest.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Podcasts
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A square podcast card with a dark teal top half cut by a diagonal into cream, showing a large orange episode number 42 beside a circular portrait of a woman with dark curly hair, above the black title How a two-person studio wins big clients.
podcast-episode-card/template.html

About this design

What you can make with it.

Podcasters use this to announce a new episode with a guest. It puts a big episode number next to the guest's photo and the title. Change the episode number, the title, the guest, and their photo each time.

Your details

What you can change.

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

  1. ShowA short text.
  2. DurationA short text.
  3. Episode labelA short text.
  4. Episode numberA short text.
  5. TitleA short text.
  6. GuestA short text.
  7. Listen lineA short text.
  8. Guest photoA short text.
  9. LogoA short text.
Sample data
{
  "show": "The Lark Hour",
  "duration": "48 min, new episode",
  "episode_label": "Episode",
  "episode_number": "42",
  "title": "How a two-person studio wins big clients",
  "guest": "with Priya Ramanathan, founder of Lark Studio",
  "listen_line": "Listen on every podcast app"
}

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: podcast-episode-card-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"show":"The Lark Hour","duration":"48 min, new episode","episode_label":"Episode","episode_number":"42","title":"How a two-person studio wins big clients","guest":"with Priya Ramanathan, founder of Lark Studio","listen_line":"Listen on every podcast app"},"image":{"format":"png","width":1080,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "podcast-episode-card-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "show": "The Lark Hour",
          "duration": "48 min, new episode",
          "episode_label": "Episode",
          "episode_number": "42",
          "title": "How a two-person studio wins big clients",
          "guest": "with Priya Ramanathan, founder of Lark Studio",
          "listen_line": "Listen on every podcast app"
        },
        "image": {
          "width": 1080,
          "height": 1080
        }
      }
    }
  }
}

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.