OG IMAGE GENERATOR

Create stunning Open Graph images for your website. Boost social media engagement with custom social cards

FREE · 5 RENDERS A DAY · NO SIGNUP · 1200×630

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:image
01

Choose 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%
02

FAQ

How do I add an OG image?
Add the og:image meta tag in your page's <head> section with the absolute URL of your image.
What size should it be?
The recommended size is 1200×630 pixels (1.91:1 ratio) for optimal display on Facebook, Twitter, and LinkedIn.
Is there an API?
Yes! Use our REST API to generate OG images programmatically. Perfect for blogs, e-commerce, and SaaS platforms.

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
Start rendering free

COMES BACK TO THIS PAGE AFTER SIGNUP

THIS TOOL, ON AN ACCOUNT

Same press. Fifty a month. Your renders kept.

No card, no watermark. Everything you just did here becomes an API call or a template the moment you sign in.

Start rendering free

LANDS BACK ON THIS PAGE WITH YOUR KEY

HERE, AS A GUEST

5 renders a day · no watermark · download & share link · nothing saved

FREE ACCOUNT

50 renders a month · renders kept · API key · save as template · batch from CSV · webhooks