RenderPix
**RenderPix** is an HTML-to-image API built for automation workflows. Send raw HTML, get back a pixel-perfect PNG, JPEG, or WebP — rendered by a real Chromium browser with no cold starts. **Why developers choose RenderPix:** - Bring your own HTML — no templates, no lock-in - Native n8n node (n8n-nodes-renderpix on npm) - Batch rendering — multiple images in one request - Template variables —…
RenderPix endpoints
| Method | Endpoint | Description |
|---|---|---|
| Render | ||
| POST |
batchRender /v1/batch |
Render multiple HTML items in a single request. Returns a JSON array of results. Each item is rendered independently — failures are isolated per item. Starter plan: up to 10… |
| POST |
renderHtml /v1/render |
POST raw HTML, get back a PNG, JPEG, or WebP image. Rendered with a real Chromium browser — full CSS, fonts, shadows, gradients. Supports template variables via `{{key}}` syntax… |
| GET |
screenshotUrl /v1/screenshot |
Capture a full-page or viewport screenshot of any public URL. Waits for network idle before capturing — JS-rendered pages work correctly. |
| Free Tools | ||
| GET |
healthCheck /health |
|
| GET |
generateOgImage /og |
Generate Open Graph images without an API key. Output is watermarked with "Free tier · renderpix.dev". Watermark is removed for authenticated Starter+ users. Rate limited to 10… |
RenderPix pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|