Events
Webinar ad
Promote a webinar with the title, date and time, two speakers, and a register action.
Change the title, the date and time, both speaker cards, 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": "Marlow Books",
"label": "Free live webinar",
"title": "Close the month in one afternoon",
"date_time": "Thursday 24 September, 11:00 am to 11:45 am",
"speaker_1_initials": "JO",
"speaker_1_name": "Jess Okafor",
"speaker_1_role": "Head of product, Marlow Books",
"speaker_2_initials": "DK",
"speaker_2_name": "Daniel Kim",
"speaker_2_role": "Owner, Kestrel Bikes",
"register": "Save my seat"
}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","label":"Free live webinar","title":"Close the month in one afternoon","date_time":"Thursday 24 September, 11:00 am to 11:45 am","speaker_1_initials":"JO","speaker_1_name":"Jess Okafor","speaker_1_role":"Head of product, Marlow Books","speaker_2_initials":"DK","speaker_2_name":"Daniel Kim","speaker_2_role":"Owner, Kestrel Bikes","register":"Save my seat"},"image":{"format":"png","width":1080,"height":1080}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "webinar-ad-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Marlow Books",
"label": "Free live webinar",
"title": "Close the month in one afternoon",
"date_time": "Thursday 24 September, 11:00 am to 11:45 am",
"speaker_1_initials": "JO",
"speaker_1_name": "Jess Okafor",
"speaker_1_role": "Head of product, Marlow Books",
"speaker_2_initials": "DK",
"speaker_2_name": "Daniel Kim",
"speaker_2_role": "Owner, Kestrel Bikes",
"register": "Save my seat"
},
"image": {
"width": 1080,
"height": 1080
}
}
}
}
}