Sales and offers
Seasonal drop ad
Announce a seasonal product drop with a photo, a colour band, and a date.
Replace the photo, the season, the headline, and the date.

TypeMarketing images
File typesPNG, JPEG, WebP
SourceMade by thirds.ai with original graphic marks, fictional sample names, and original AI-generated example photos.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"brand": "Ember Coffee Co.",
"season": "Autumn drop",
"headline": "Warm spice. New roast.",
"drop_date": "Lands Friday 25 September",
"action": "Set a reminder"
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/image \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Ember Coffee Co.","season":"Autumn drop","headline":"Warm spice. New roast.","drop_date":"Lands Friday 25 September","action":"Set a reminder"},"image":{"format":"png","width":1080,"height":1350}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "seasonal-drop-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Ember Coffee Co.",
"season": "Autumn drop",
"headline": "Warm spice. New roast.",
"drop_date": "Lands Friday 25 September",
"action": "Set a reminder"
},
"image": {
"width": 1080,
"height": 1350
}
}
}
}
}