Product ads
Hero product ad
Show one product, its price, and one clear action.
Replace the product image, headline, and price. Change the two colours or upload your logo.

TypeMarketing images
File typesPNG, JPEG, WebP
SourceMade by thirds.ai with original graphic marks and fictional sample names.
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.",
"headline": "Wake up to a better cup.",
"supporting_line": "Small-batch beans roasted this week and shipped to your door in two days.",
"price_label": "Bag of 500 g",
"price": "$18",
"action": "Order your first bag"
}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.","headline":"Wake up to a better cup.","supporting_line":"Small-batch beans roasted this week and shipped to your door in two days.","price_label":"Bag of 500 g","price":"$18","action":"Order your first bag"},"image":{"format":"png","width":1080,"height":1080}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "hero-product-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Ember Coffee Co.",
"headline": "Wake up to a better cup.",
"supporting_line": "Small-batch beans roasted this week and shipped to your door in two days.",
"price_label": "Bag of 500 g",
"price": "$18",
"action": "Order your first bag"
},
"image": {
"width": 1080,
"height": 1080
}
}
}
}
}