Loading the editor…
THIS TOOL IS THIS CALL
Automate with the API
Generate Open Graph images programmatically. Render a 1200×630 card from HTML with one POST — perfect for per-post og:image at publish time.
Get your API key// Render a 1200x630 Open Graph image from HTML
const html = `<div style="width:1200px;height:630px;display:flex;align-items:center;justify-content:center;background:#0054A6;color:#fff;font:700 64px sans-serif">${title}</div>`;
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, width: 1200, height: 630 })
});
const { image } = await response.json();
console.log(image.url); // drop straight into og:imageChoose Template
What is an OG Image?
An OG (Open Graph) image is the preview that appears when your content is shared on social media. It's your first impression. Make it count with professional designs.
Why Use This Tool?
- Create pro images in minutes
- Match your brand perfectly
- Boost CTR by up to 40%
FAQ
How do I add an OG image?
What size should it be?
Is there an API?
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