Screenshot automation
Website Thumbnail API
Generate consistent website thumbnails for link previews, directories, bookmarks, and dashboards.
A simpler capture workflow
A fixed viewport and image format keep preview grids visually consistent. Use selector capture when you need one page region, or capture the viewport for a recognizable site preview.
Example request
{
"url": "https://example.com",
"output": "webp",
"viewport": { "width": 1280, "height": 720 },
"full_page": false
}Related guides
Website Screenshot API
Capture public webpages as PNG, JPEG, or WebP with a strict JSON API, predictable waits, and full-page or viewport control.
HTML to Image API
Render your HTML into PNG, JPEG, or WebP without first publishing it at a public URL.
Screenshot API for Node.js
Generate webpage screenshots from Node.js with the built-in fetch API and no browser process in your application.