Click one to swap the layout. Your text and colours stay.
A profile URL, or just your name and headline.
3 AI edits left today · Sign up for more
THIS TOOL IS THIS CALL
Automate with the API
Generate LinkedIn banners programmatically. Render a 1584×396 cover from HTML with one POST — personalize per teammate or per campaign at scale.
Get your API key// Render a 1584x396 LinkedIn banner from HTML
const response = await fetch('https://api.pictify.io/image', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer YOUR_API_KEY' },
body: JSON.stringify({ html: bannerHtml, width: 1584, height: 396 })
});
const { image } = await response.json();
console.log(image.url); // personalize per teammate at scaleHow to Add Your Banner to LinkedIn
Create Your Banner
Choose a template, customize it with your details, and download
Go to LinkedIn
Open your LinkedIn profile and click the camera icon on your cover photo
Upload & Save
Upload your new banner, adjust the crop if needed, and save your changes
LinkedIn Banner Size Guide
✓ Recommended Dimensions
- Personal Profile: 1584 x 396 pixels
- Company Page: 1128 x 191 pixels
- Aspect Ratio: 4:1
! Important Notes
- Mobile App Profile Photo covers large left area (~600px)
- All templates now keep important text on the right side
50 renders a month. No card.
A free account lifts the daily limit, keeps your renders, and turns this page into an API call you can put in a cron.
- NO WATERMARK
- API KEY IN 10 SECONDS
- SAVE AS A REUSABLE TEMPLATE
COMES BACK TO THIS PAGE AFTER SIGNUP