SnapAPI - Screenshot & Document Generation
## SnapAPI — Screenshots, PDFs & Document Generation Capture web screenshots, generate PDFs, and convert Markdown — all in a single REST call. ### Endpoints | Endpoint | Description | |----------|-------------| | `GET /api/capture` | Screenshot or PDF of any URL (PNG, JPEG, PDF, full-page) | | `POST /api/md2pdf` | Markdown → styled A4 PDF document | | `POST /api/md2png` | Markdown → PNG image…
SnapAPI - Screenshot & Document Generation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshot | ||
| GET |
captureScreenshot /api/capture |
Capture a full-page or viewport screenshot of any public URL as PNG, JPEG, or PDF. Supports custom viewport sizes, delays, and user agents. |
| Markdown Conversion | ||
| POST |
markdownToImage /api/md2png |
Convert Markdown text to a styled PNG or JPEG image with customizable theme and dimensions. |
| POST |
markdownToPdf /api/md2pdf |
Convert Markdown text to a styled PDF document with customizable theme, paper size, and margins. |
| POST |
markdownToHtml /api/md2html |
Convert Markdown text to responsive, styled HTML. This endpoint is free and requires no authentication. |
| Health | ||
| GET |
getStatus /api/status |
Returns current service health status, capture statistics, and active task count. |
| Billing | ||
| GET |
getPricing /api/pricing |
Returns available subscription plans with pricing in USDC. |
SnapAPI - Screenshot & Document Generation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|