OG Image Preview

Capture your page at standard social sharing dimensions — 1200×630 for Open Graph (Facebook, LinkedIn, Slack) or 1200×600 for Twitter/X summary cards. Pick a preset, enter a URL, and download the screenshot.

Free: 5 renders/hour — no login required

Size preset

Options

View the Open Graph (1200 × 630) recipe for integration examples and best practices.

This request

curl -X POST "https://api.scrnpix.com/tools/screenshot" \
  -H "Content-Type: application/json" \
  -d '{
  "params": {
    "url": "https://example.com",
    "format": "png",
    "width": 1200,
    "height": 630
  }
}' \
  -o screenshot-og.png

With an API key — higher limits, all 8 languages

curl "https://api.scrnpix.com/screenshot?url=https%3A%2F%2Fexample.com&format=png&width=1200&height=630" \
  -H "X-KEY: YOUR_API_KEY" \
  -o screenshot-og.png