SnapAPI
Capture any website as PNG, JPEG, or PDF with one API call. Features: - Auto cookie banner removal - Chat widget blocking (Intercom, Crisp, Tawk) - Dark mode rendering - Device emulation (mobile, tablet, laptop) - Full page capture with lazy-loading support - HTML-to-image (perfect for OG images and social cards) - 30-minute smart caching (cached requests are free) - Custom CSS injection - All…
SnapAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshots | ||
| GET |
screenshot_get_v1_screenshot_get /v1/screenshot |
Capture a website screenshot using query parameters. **Best for:** Simple captures, embedding in `` tags, or `` URLs. The response is the raw image binary (PNG, JPEG, or WebP).… |
| POST |
screenshot_post_v1_screenshot_post /v1/screenshot |
Capture a website screenshot using a JSON body. **Best for:** Complex requests with hide_selectors, custom_css, or when you need more control. The response is the raw image… |
| HTML to Image | ||
| POST |
html_to_image_v1_html_post /v1/html |
Convert raw HTML to a PNG or JPEG image. **Perfect for:** - Open Graph (OG) images for social media - Social cards for Twitter/LinkedIn - Dynamic certificates and badges - Email… |
| POST |
pdf_gen_v1_pdf_post /v1/pdf |
Convert any webpage to a clean PDF document. Cookie banners and chat widgets are **automatically removed** for a clean output. **Supports:** Custom margins, page size… |
| Account | ||
| GET |
health_health_get /health |
Check if the API is running. No authentication required. |
| GET |
usage_v1_usage_get /v1/usage |
Returns your current plan, daily usage, total requests, and time until quota reset. |
SnapAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 200 / minute |
|