Podcast marketing

Podcast quote

Turn one great line from an episode into a shareable square quote card.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Podcast marketing
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Archivo font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A square podcast quote card with a black sidebar holding a gold play button and episode number 42, beside a cream panel with a bold black quote about baking loaves before sunrise and an orange-framed portrait of a woman with wavy blonde hair.
podcast-quote/template.html

About this design

What you can make with it.

Podcast teams post this after a strong line comes out of an episode. It names the show and episode, gives the guest's name and role, and puts the exact quote in large type beside their photo. Put in a new quote, guest, and episode number for every card you post.

Your details

What you can change.

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

  1. Show nameA short text.
  2. Episode labelA short text.
  3. Episode numberA short text.
  4. QuoteA longer text with more than one line.
  5. Guest nameA short text.
  6. Guest roleA short text.
  7. Listen lineA short text.
  8. FooterA short text.
Sample data
{
  "show_name": "The Lark Hour",
  "episode_label": "Idea from episode",
  "episode_number": "42",
  "quote": "Bake the loaves before the sun comes up, and the whole street smells like it before the shop even opens.",
  "guest_name": "Priya Ramanathan",
  "guest_role": "Founder of Marlow Bakehouse · Episode 42",
  "listen_line": "Listen to the full conversation",
  "footer": "New episodes land every Thursday. Follow the show wherever you listen."
}

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-quote-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"show_name":"The Lark Hour","episode_label":"Idea from episode","episode_number":"42","quote":"Bake the loaves before the sun comes up, and the whole street smells like it before the shop even opens.","guest_name":"Priya Ramanathan","guest_role":"Founder of Marlow Bakehouse · Episode 42","listen_line":"Listen to the full conversation","footer":"New episodes land every Thursday. Follow the show wherever you listen."},"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-quote-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "show_name": "The Lark Hour",
          "episode_label": "Idea from episode",
          "episode_number": "42",
          "quote": "Bake the loaves before the sun comes up, and the whole street smells like it before the shop even opens.",
          "guest_name": "Priya Ramanathan",
          "guest_role": "Founder of Marlow Bakehouse · Episode 42",
          "listen_line": "Listen to the full conversation",
          "footer": "New episodes land every Thursday. Follow the show wherever you listen."
        },
        "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.