Events
Event promo
Share an event date, topic, and action in one wide image.
Use this for a webinar, workshop, or customer session.

TypeMarketing images
File typesPNG, JPEG, WebP
SourceMade by thirds.ai with sample names and values.
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.
{
"month": "October",
"day": "14",
"time": "3:00 PM London",
"host": "Fieldnote sessions",
"title": "Plan a client launch in one afternoon",
"description": "A practical workshop for small teams that want one clear story and a reusable launch kit.",
"action": "Save your place"
}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":{"month":"October","day":"14","time":"3:00 PM London","host":"Fieldnote sessions","title":"Plan a client launch in one afternoon","description":"A practical workshop for small teams that want one clear story and a reusable launch kit.","action":"Save your place"},"image":{"format":"png","width":1200,"height":630}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "event-promo-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"month": "October",
"day": "14",
"time": "3:00 PM London",
"host": "Fieldnote sessions",
"title": "Plan a client launch in one afternoon",
"description": "A practical workshop for small teams that want one clear story and a reusable launch kit.",
"action": "Save your place"
},
"image": {
"width": 1200,
"height": 630
}
}
}
}
}