Company / Brand Header Template
1500 × 500px · Twitter/X Header
Bold indigo header with a wordmark, tagline, and a URL pill.
Free to start · 50 renders included · no credit card required.
Editable fields
Override any of these when you clone the template or generate via the API.
| Field | Type | Required | Default |
|---|---|---|---|
| wordmark | text | No | RenderFast |
| tagline | text | No | Images as an API |
| url | text | No | renderfa.st |
Generate this template via API
Render it on demand from any language, or use the official TypeScript SDK.
# Public render — returns a PNG (no auth needed for public templates)
curl "https://renderfa.st/api/render?templateId=0a1b2c3d-0014-4a00-8a00-000000000014" --output image.pngimport { createClient, postApiGenerate } from '@renderfast/client';
const client = createClient({
baseUrl: 'https://renderfa.st',
headers: { Authorization: 'Bearer ' + process.env.RENDERFAST_API_KEY }
});
const { data, error } = await postApiGenerate({
client,
body: {
templateId: '0a1b2c3d-0014-4a00-8a00-000000000014',
layers: {
"wordmark": {
"text": "RenderFast"
},
"tagline": {
"text": "Images as an API"
},
"url": {
"text": "renderfa.st"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More Twitter/X Header templates
Other templates in this category you can start from.
Sale / Promo Header
High-contrast sale header with a limited-time label, big discount, and code.
Portfolio Statement Header
Lighter indigo gradient with a bold one-line statement and a link.
Event / Webinar Header
Dark event header with a live label, title, and date · location.
Product Launch Header
Indigo gradient launch header with a NOW LIVE badge, title, and subtitle.
Frequently asked questions
What size is a Twitter/X header?
Twitter/X headers are 1500 × 500px (3:1). Every template here is built at that size, with key content kept clear of the avatar in the lower-left.
Will my profile picture cover part of the header?
Your avatar overlaps the lower-left corner. These templates center their content to stay clear of it, so nothing important gets hidden.
Start with the Company / Brand Header template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template