Screenshot API for WordPress

Capturing website screenshots from WordPress usually means running and scaling a headless browser yourself. With Snapraven you skip all of that — generate preview thumbnails for posts and links from PHP.

Example in WordPress

$png = wp_remote_get(
  'https://api.snapraven.app/v1/screenshot?url=' . urlencode($url),
  ['headers' => ['x-api-key' => SHOTFORGE_KEY]]
);

That's the entire integration. Snapraven renders the page in a real Chromium browser and returns a PNG or JPEG. Add fullPage=true for the full scrollable page, or width/height for custom viewports.

Why developers use Snapraven with WordPress

Other guides

Add screenshots to your WordPress app today

Get your free API key