Fundraising campaigns

Fundraising poster

Ask for donations with a clear target, amount raised, and a deadline.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Fundraising campaigns
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bricolage Grotesque font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A tall fundraising poster with a cream left panel holding a dark navy headline and an orange Open doors fund label, a full-bleed photo over blue at the top right, and an orange target and raised panel below it.
fundraising-poster/template.html

About this design

What you can make with it.

Nonprofits post this during a fundraising appeal that needs a clear ask. It shows the goal and the amount raised so far, states the closing date, and tells the story behind the ask. Replace the goal, story, and deadline for every campaign you launch.

Your details

What you can change.

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

  1. OrganisationA short text.
  2. CampaignA short text.
  3. GoalA short text.
  4. RaisedA short text.
  5. DeadlineA short text.
  6. HeadlineA short text.
  7. StoryA longer text with more than one line.
  8. ActionA short text.
  9. Donation lineA short text.
  10. ContactA longer text with more than one line.
  11. FooterA short text.
Sample data
{
  "organisation": "Lumen Youth Arts",
  "campaign": "Open doors fund",
  "goal": "£24,000",
  "raised": "£13,480",
  "deadline": "30 September 2026",
  "headline": "Help a young artist find their next room",
  "story": "Your gift pays for a safe studio, a skilled mentor, and the materials a young artist needs to keep making work.",
  "action": "Give today",
  "donation_line": "lumenarts.example/give",
  "contact": "give@lumenarts.example\nlumenarts.example",
  "footer": "Lumen Youth Arts · a community charity based in Manchester"
}

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: fundraising-poster-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"organisation":"Lumen Youth Arts","campaign":"Open doors fund","goal":"£24,000","raised":"£13,480","deadline":"30 September 2026","headline":"Help a young artist find their next room","story":"Your gift pays for a safe studio, a skilled mentor, and the materials a young artist needs to keep making work.","action":"Give today","donation_line":"lumenarts.example/give","contact":"give@lumenarts.example\nlumenarts.example","footer":"Lumen Youth Arts · a community charity based in Manchester"},"image":{"format":"png","width":1080,"height":1350}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "fundraising-poster-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "organisation": "Lumen Youth Arts",
          "campaign": "Open doors fund",
          "goal": "£24,000",
          "raised": "£13,480",
          "deadline": "30 September 2026",
          "headline": "Help a young artist find their next room",
          "story": "Your gift pays for a safe studio, a skilled mentor, and the materials a young artist needs to keep making work.",
          "action": "Give today",
          "donation_line": "lumenarts.example/give",
          "contact": "give@lumenarts.example\nlumenarts.example",
          "footer": "Lumen Youth Arts · a community charity based in Manchester"
        },
        "image": {
          "width": 1080,
          "height": 1350
        }
      }
    }
  }
}

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.