Convert any URL or HTML to pixel-perfect screenshots and PDFs. Fast, reliable, and developer-friendly.
Capture full-page or viewport screenshots from any URL or raw HTML. PNG, JPEG, or WebP output.
Generate print-ready PDFs with custom margins, headers, footers, and page formats.
Sub-5-second response times. Built on Puppeteer with browser instance pooling.
Custom viewports, device emulation, wait conditions, and element-specific captures.
Extract text and data from rendered pages. Handle JavaScript-heavy sites easily.
API key authentication, rate limiting, and isolated browser contexts for each request.
Start free, scale as you grow.
100 requests/month
5,000 requests/month
Unlimited requests
Get your first screenshot in under a minute.
# Generate a screenshot from URL curl -X POST https://snapforge.btsowa.dev/api/screenshot \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "url": "https://example.com", "width": 1280, "height": 720, "format": "png", "fullPage": false }' # Response includes base64-encoded image { "success": true, "image": "data:image/png;base64,...", "duration": "2340ms" }