Sales and offers
Price anchor ad
Show the old price struck through and the new price large with a savings tag.
Change the product, both prices, the savings, and the action.

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": "Kestrel Bikes",
"product": "Kestrel Ridge 2 trail bike",
"old_price_label": "Was",
"old_price": "$1,499",
"new_price_label": "Now",
"new_price": "$999",
"savings_label": "You save",
"savings": "$500",
"offer_line": "Free delivery and a 30-day ride-it-home trial.",
"action": "Claim this price"
}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":"Kestrel Bikes","product":"Kestrel Ridge 2 trail bike","old_price_label":"Was","old_price":"$1,499","new_price_label":"Now","new_price":"$999","savings_label":"You save","savings":"$500","offer_line":"Free delivery and a 30-day ride-it-home trial.","action":"Claim this price"},"image":{"format":"png","width":1080,"height":1080}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "price-anchor-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Kestrel Bikes",
"product": "Kestrel Ridge 2 trail bike",
"old_price_label": "Was",
"old_price": "$1,499",
"new_price_label": "Now",
"new_price": "$999",
"savings_label": "You save",
"savings": "$500",
"offer_line": "Free delivery and a 30-day ride-it-home trial.",
"action": "Claim this price"
},
"image": {
"width": 1080,
"height": 1080
}
}
}
}
}