Events

Talk poster

Promote a conference talk to attendees with the title, speaker, and schedule.

File types
PNGJPEGWebP
Size
1920 × 1080 px
Use case
Events
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Archivo and Fraunces fonts, original graphic marks, fictional sample names, and an original AI-generated example photo.
A 16:9 talk poster with a dark green left panel and a terracotta right panel. The headline reads Designing homes that age well, names the speaker Priya Kapoor, and shows a gold schedule box reading Fri 9 Oct, 14:00, Longbridge Yard.
signal-keynote/template.html

About this design

What you can make with it.

Festivals and conferences use this poster to promote a single talk. It carries the talk title, the speaker's name and role, and a box with the date, time, and venue. Swap in a new photo, title, and schedule for each session you announce.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. KickerA short text.
  2. HeadlineA short text.
  3. SpeakerA short text.
  4. RoleA short text.
  5. WhenA short text.
  6. PhotoA short text.
Sample data
{
  "kicker": "Form & Ground Festival",
  "headline": "Designing homes that age well.",
  "speaker": "Priya Kapoor",
  "role": "Founder, Kapoor & Bell Architects",
  "when": "Fri 9 Oct · 14:00 · Longbridge Yard"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: signal-keynote-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"Form & Ground Festival","headline":"Designing homes that age well.","speaker":"Priya Kapoor","role":"Founder, Kapoor & Bell Architects","when":"Fri 9 Oct · 14:00 · Longbridge Yard"},"image":{"format":"png","width":1920,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "signal-keynote-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "Form & Ground Festival",
          "headline": "Designing homes that age well.",
          "speaker": "Priya Kapoor",
          "role": "Founder, Kapoor & Bell Architects",
          "when": "Fri 9 Oct · 14:00 · Longbridge Yard"
        },
        "image": {
          "width": 1920,
          "height": 1080
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.