Public announcements

Press release

Announce news with a headline, the story, key facts, and a press contact.

File types
PDF
Size
A4 PDF
Use case
Public announcements
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Archivo and IBM Plex Mono fonts, original graphic marks, and fictional sample names.
A portrait A4 press release with a lime green header band, a black body, a rotated lime For immediate release tag, the white headline Foxglove opens its first flagship shop on Christmas Steps, and a lime press contact box.
press-release/template.html

About this design

What you can make with it.

Communications teams send this out whenever there is real news to share. It gives the date and place, a headline and short explainer, the full story, a list of key facts, and a line about the organisation. Update the headline, story, and contact for every announcement you send.

Your details

What you can change.

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

  1. Release statusA short text.
  2. OrganizationA short text.
  3. Released onA short text.
  4. LocationA short text.
  5. HeadlineA short text.
  6. DekA longer text with more than one line.
  7. BodyA longer text with more than one line.
  8. HighlightsA list of items. Each item has label and value.
  9. Contact nameA short text.
  10. Contact emailA short text.
  11. BoilerplateA longer text with more than one line.
  12. FooterA short text.
Sample data
{
  "release_status": "For immediate release",
  "organization": "Foxglove Tea Co.",
  "released_on": "2026-10-12",
  "location": "Bristol, UK",
  "headline": "Foxglove opens its first flagship shop on Christmas Steps",
  "dek": "The new shop brings the full loose-leaf range together with a tasting counter, for the first time under one roof.",
  "body": "Foxglove Tea Co. today announced the opening of its first flagship shop, on Christmas Steps in central Bristol, after six years of trading from markets and a small mail-order unit.\n\nThe shop holds the full range of over sixty loose-leaf teas, alongside a tasting counter where visitors can smell and sample blends before they buy. A blending bar lets customers build a personal mix from the house library of leaves, petals, and peels.\n\nThe shop opens to the public on 24 October, with a founder-led tasting evening the night before for long-standing customers and local press.",
  "highlights": [
    {
      "label": "Opens",
      "value": "24 October 2026"
    },
    {
      "label": "Address",
      "value": "9 Christmas Steps, Bristol"
    },
    {
      "label": "Teas",
      "value": "Over 60 loose-leaf blends"
    },
    {
      "label": "Hours",
      "value": "9am to 6pm, seven days"
    }
  ],
  "contact_name": "Wren Okafor",
  "contact_email": "press@foxglovetea.example",
  "boilerplate": "Foxglove Tea Co. sources and blends loose-leaf tea from small growers, and has traded at markets across the South West since 2020. Every blend is packed by hand at the Bristol workshop.",
  "footer": "Foxglove Tea Co. · 9 Christmas Steps, Bristol BS1 5BS · foxglovetea.example"
}

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/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: press-release-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"release_status":"For immediate release","organization":"Foxglove Tea Co.","released_on":"2026-10-12","location":"Bristol, UK","headline":"Foxglove opens its first flagship shop on Christmas Steps","dek":"The new shop brings the full loose-leaf range together with a tasting counter, for the first time under one roof.","body":"Foxglove Tea Co. today announced the opening of its first flagship shop, on Christmas Steps in central Bristol, after six years of trading from markets and a small mail-order unit.\n\nThe shop holds the full range of over sixty loose-leaf teas, alongside a tasting counter where visitors can smell and sample blends before they buy. A blending bar lets customers build a personal mix from the house library of leaves, petals, and peels.\n\nThe shop opens to the public on 24 October, with a founder-led tasting evening the night before for long-standing customers and local press.","highlights":[{"label":"Opens","value":"24 October 2026"},{"label":"Address","value":"9 Christmas Steps, Bristol"},{"label":"Teas","value":"Over 60 loose-leaf blends"},{"label":"Hours","value":"9am to 6pm, seven days"}],"contact_name":"Wren Okafor","contact_email":"press@foxglovetea.example","boilerplate":"Foxglove Tea Co. sources and blends loose-leaf tea from small growers, and has traded at markets across the South West since 2020. Every blend is packed by hand at the Bristol workshop.","footer":"Foxglove Tea Co. · 9 Christmas Steps, Bristol BS1 5BS · foxglovetea.example"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "press-release-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "release_status": "For immediate release",
          "organization": "Foxglove Tea Co.",
          "released_on": "2026-10-12",
          "location": "Bristol, UK",
          "headline": "Foxglove opens its first flagship shop on Christmas Steps",
          "dek": "The new shop brings the full loose-leaf range together with a tasting counter, for the first time under one roof.",
          "body": "Foxglove Tea Co. today announced the opening of its first flagship shop, on Christmas Steps in central Bristol, after six years of trading from markets and a small mail-order unit.\n\nThe shop holds the full range of over sixty loose-leaf teas, alongside a tasting counter where visitors can smell and sample blends before they buy. A blending bar lets customers build a personal mix from the house library of leaves, petals, and peels.\n\nThe shop opens to the public on 24 October, with a founder-led tasting evening the night before for long-standing customers and local press.",
          "highlights": [
            {
              "label": "Opens",
              "value": "24 October 2026"
            },
            {
              "label": "Address",
              "value": "9 Christmas Steps, Bristol"
            },
            {
              "label": "Teas",
              "value": "Over 60 loose-leaf blends"
            },
            {
              "label": "Hours",
              "value": "9am to 6pm, seven days"
            }
          ],
          "contact_name": "Wren Okafor",
          "contact_email": "press@foxglovetea.example",
          "boilerplate": "Foxglove Tea Co. sources and blends loose-leaf tea from small growers, and has traded at markets across the South West since 2020. Every blend is packed by hand at the Bristol workshop.",
          "footer": "Foxglove Tea Co. · 9 Christmas Steps, Bristol BS1 5BS · foxglovetea.example"
        }
      }
    }
  }
}

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.