Product ads
Feature list ad
List three or four checked features under one headline.
Replace the headline and the four feature lines. 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": "Marlow Books",
"headline": "Bookkeeping that does the boring part for you",
"feature_1": "Bank feeds sort themselves every night",
"feature_2": "Invoices go out on time, every time",
"feature_3": "Tax totals stay ready all year",
"feature_4": "A real person answers in under an hour",
"action": "Start your free month"
}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":"Marlow Books","headline":"Bookkeeping that does the boring part for you","feature_1":"Bank feeds sort themselves every night","feature_2":"Invoices go out on time, every time","feature_3":"Tax totals stay ready all year","feature_4":"A real person answers in under an hour","action":"Start your free month"},"image":{"format":"png","width":1080,"height":1350}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "feature-list-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Marlow Books",
"headline": "Bookkeeping that does the boring part for you",
"feature_1": "Bank feeds sort themselves every night",
"feature_2": "Invoices go out on time, every time",
"feature_3": "Tax totals stay ready all year",
"feature_4": "A real person answers in under an hour",
"action": "Start your free month"
},
"image": {
"width": 1080,
"height": 1350
}
}
}
}
}