Profile banners

Facebook page cover

Fill a Facebook cover with a headline, your hours, and a photo.

File types
PNGJPEGWebP
Size
1640 × 624 px
Use case
Profile banners
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence DM Serif Display font, fictional sample names, and an original AI-generated example photo.
A wide plum Facebook cover with a blush zig-zag edge, the cream serif headline Warm from the oven at seven., opening hours and an address in blush, a round cream sticker reading Try the cardamom knot, and an East Asian woman in an arch in front of a mustard circle.
facebook-cover/template.html

About this design

What you can make with it.

Shops, cafes, and bakeries use this cover on a Facebook page. It has a headline, your hours and address, a round sticker for one offer, and a photo in an arch. Change the words, photo, and colours for your own page.

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. DetailsA longer text with more than one line.
  4. StickerA short text.
  5. Background colourA colour.
  6. Accent colourA colour.
  7. PhotoA short text.
Sample data
{
  "kicker": "Damson Bakehouse · Leeds",
  "headline": "Warm from the oven at seven.",
  "details": "Open Tuesday to Sunday, 7am to 3pm\n12 Calder Row, Leeds LS6",
  "sticker": "Try the cardamom knot",
  "background_colour": "#4A1942",
  "accent_colour": "#EDB03A"
}

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: facebook-cover-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"Damson Bakehouse · Leeds","headline":"Warm from the oven at seven.","details":"Open Tuesday to Sunday, 7am to 3pm\n12 Calder Row, Leeds LS6","sticker":"Try the cardamom knot","background_colour":"#4A1942","accent_colour":"#EDB03A"},"image":{"format":"png","width":1640,"height":624}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "facebook-cover-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "Damson Bakehouse · Leeds",
          "headline": "Warm from the oven at seven.",
          "details": "Open Tuesday to Sunday, 7am to 3pm\n12 Calder Row, Leeds LS6",
          "sticker": "Try the cardamom knot",
          "background_colour": "#4A1942",
          "accent_colour": "#EDB03A"
        },
        "image": {
          "width": 1640,
          "height": 624
        }
      }
    }
  }
}

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.