ScreenshotAPI
# ScreenshotAPI ScreenshotAPI turns any URL or HTML document into a clean screenshot or PDF with one HTTP request. It is built for developers creating link previews, website thumbnails, visual monitoring, reporting, OG images, QA workflows, and web archives. ## Features - PNG, JPEG, WebP, and PDF output - Full-page or viewport screenshots - Custom viewport width and height - Dark and light mode…
ScreenshotAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshots | ||
| GET |
getScreenshot /screenshot |
Captures the requested URL and returns binary image or PDF data directly in the response body. Use POST for raw HTML rendering. |
| POST |
postScreenshot /screenshot |
Captures a URL or renders raw HTML and returns binary image or PDF data directly in the response body. Provide either url or html in the JSON body. |
ScreenshotAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $149 / month | — |
|