Visual Web
## Visual Web API Powerful web rendering API built on Playwright + Chromium. Capture screenshots, generate OG images, render HTML to images, and create thumbnails. ### Endpoints - POST /screenshot - Full-page or viewport screenshots of any URL - POST /og-image - Generate social media preview images from templates - POST /html-to-image - Render HTML/CSS to an image - POST /thumbnail - Quick…
Visual Web endpoints
| Method | Endpoint | Description |
|---|---|---|
| screenshot | ||
| POST |
captureScreenshot /screenshot |
Take a full-page or viewport screenshot of any public URL. Supports multiple image formats, dark mode, viewport customization, custom CSS selectors, and ad blocking. |
| og-image | ||
| POST |
generateOgImage /og-image |
Generate beautiful Open Graph social media cards from text parameters. Choose from 4 professional templates (blog, product, social, minimal) with dark/light/gradient themes and… |
| html-to-image | ||
| POST |
htmlToImage /html-to-image |
Render arbitrary HTML and CSS to a PNG, JPEG, or WebP image. Useful for generating invoices, certificates, charts, custom cards, or any pixel-perfect HTML content. Scripts are… |
| thumbnail | ||
| GET |
getThumbnail /thumbnail |
Quickly capture a 320×240 JPEG thumbnail of any public URL. Aggressively cached for fast repeated access. Great for link previews, content galleries, and sitemap thumbnails. |
| health | ||
| GET |
healthCheck /health |
Returns service health status including browser state and cache statistics. |
Visual Web pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $12 / month | — |
|
| ULTRA | $39 / month | — |
|
| MEGA | $99 / month | — |
|