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.

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.
- KickerA short text.
- HeadlineA short text.
- DetailsA longer text with more than one line.
- StickerA short text.
- Background colourA colour.
- Accent colourA colour.
- PhotoA short text.
{
"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.
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}}'{
"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.


