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.

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.
- Show nameA short text.
- Episode labelA short text.
- Episode numberA short text.
- QuoteA longer text with more than one line.
- Guest nameA short text.
- Guest roleA short text.
- Listen lineA short text.
- FooterA short text.
{
"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.
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}}'{
"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.


