Profile banners

LinkedIn profile banner

Fill a LinkedIn banner for your brand with a headline and next step.

File types
PNGJPEGWebP
Size
1584 × 396 px
Use case
Profile banners
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Instrument Sans and Oswald fonts, original graphic marks, fictional sample names, and an original AI-generated example photo.
A wide LinkedIn banner with a lime green block naming Ridgeline Cycles, a near-black main field with the bold white headline Keep the drivetrain honest., a lime divider, and a lime Read the note link on the right.
linkedin-banner/template.html

About this design

What you can make with it.

Freelancers, studios, and small teams use this banner to explain their work on LinkedIn. It carries a brand name, a bold headline, a short description, and a link for readers to follow. Change the words, colours, and photo position to match your profile.

Your details

What you can change.

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

  1. BrandA short text.
  2. EyebrowA short text.
  3. HeadlineA short text.
  4. SupportingA longer text with more than one line.
  5. AuthorA short text.
  6. ActionA short text.
  7. FooterA short text.
Sample data
{
  "brand": "Ridgeline Cycles",
  "eyebrow": "WORKSHOP NOTES · 3 SEPTEMBER 2026",
  "headline": "Keep the drivetrain honest.",
  "supporting": "A note from a Bristol bike workshop on keeping servicing simple enough to stick to.",
  "author": "Tom Ferris · Founder",
  "action": "Read the note",
  "footer": "ridgelinecycles.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/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: linkedin-banner-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Ridgeline Cycles","eyebrow":"WORKSHOP NOTES · 3 SEPTEMBER 2026","headline":"Keep the drivetrain honest.","supporting":"A note from a Bristol bike workshop on keeping servicing simple enough to stick to.","author":"Tom Ferris · Founder","action":"Read the note","footer":"ridgelinecycles.example"},"image":{"format":"png","width":1584,"height":396}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "linkedin-banner-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Ridgeline Cycles",
          "eyebrow": "WORKSHOP NOTES · 3 SEPTEMBER 2026",
          "headline": "Keep the drivetrain honest.",
          "supporting": "A note from a Bristol bike workshop on keeping servicing simple enough to stick to.",
          "author": "Tom Ferris · Founder",
          "action": "Read the note",
          "footer": "ridgelinecycles.example"
        },
        "image": {
          "width": 1584,
          "height": 396
        }
      }
    }
  }
}

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.