Product ads
Comparison ad
Compare your product with the old way in a two-column table of checks and crosses.
Change the two column labels and the four rows on each side.

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.
{
"headline": "Two ways to send a quote",
"us_label": "Quill",
"them_label": "The old way",
"us_1": "Quote goes out in five minutes",
"us_2": "Client signs on their phone",
"us_3": "Paid on time with one reminder",
"us_4": "Every quote in one place",
"them_1": "Copy last month's document",
"them_2": "Print, sign, scan, email",
"them_3": "Chase the payment by hand",
"them_4": "Search old email threads",
"action": "Send your first quote free"
}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":{"headline":"Two ways to send a quote","us_label":"Quill","them_label":"The old way","us_1":"Quote goes out in five minutes","us_2":"Client signs on their phone","us_3":"Paid on time with one reminder","us_4":"Every quote in one place","them_1":"Copy last month's document","them_2":"Print, sign, scan, email","them_3":"Chase the payment by hand","them_4":"Search old email threads","action":"Send your first quote free"},"image":{"format":"png","width":1080,"height":1080}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "comparison-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"headline": "Two ways to send a quote",
"us_label": "Quill",
"them_label": "The old way",
"us_1": "Quote goes out in five minutes",
"us_2": "Client signs on their phone",
"us_3": "Paid on time with one reminder",
"us_4": "Every quote in one place",
"them_1": "Copy last month's document",
"them_2": "Print, sign, scan, email",
"them_3": "Chase the payment by hand",
"them_4": "Search old email threads",
"action": "Send your first quote free"
},
"image": {
"width": 1080,
"height": 1080
}
}
}
}
}