Product launches
Product launch square
Make one bold square image for a product release.
Use this for a launch post, product update, or paid campaign.

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.
{
"eyebrow": "New in Fieldnote",
"headline": "Reports that write themselves",
"description": "Turn live project work into a client-ready weekly update.",
"card_label": "Time saved",
"card_value": "4 hours",
"card_note": "for every client report"
}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":{"eyebrow":"New in Fieldnote","headline":"Reports that write themselves","description":"Turn live project work into a client-ready weekly update.","card_label":"Time saved","card_value":"4 hours","card_note":"for every client report"},"image":{"format":"png","width":1200,"height":1200}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "product-launch-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"eyebrow": "New in Fieldnote",
"headline": "Reports that write themselves",
"description": "Turn live project work into a client-ready weekly update.",
"card_label": "Time saved",
"card_value": "4 hours",
"card_note": "for every client report"
},
"image": {
"width": 1200,
"height": 1200
}
}
}
}
}