Free OG Image Generator
Generate Open Graph images (1200x630) from any URL. Perfect for social media previews.
Enter Website URL
We'll capture a screenshot at 1200x630 pixels - the perfect size for OG images
Preview
1200 x 630 pixels (1.91:1 aspect ratio)
Enter a URL and click Generate
Perfect Size
1200x630 pixels is the recommended size for Twitter, Facebook, and LinkedIn.
High Quality
Full-resolution PNG screenshot captured with a real browser engine.
No Storage
Your URL and generated image are not stored. Privacy first.
Need to generate OG images programmatically?
Use our Screenshot API to generate OG images dynamically for your blog posts, product pages, or any URL.
Example API Call
const response = await fetch('https://api.docapi.co/v1/screenshot', {
method: 'POST',
headers: {
'x-api-key': 'your-api-key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
url: 'https://yoursite.com/blog/my-post',
options: {
width: 1200,
height: 630,
type: 'png'
}
})
});
const ogImage = await response.arrayBuffer();100
Free screenshots/month
<2s
Average capture time
99.9%
Uptime SLA