Capture any website as a screenshot or PDF with a simple GET request. No headless browser setup. No infrastructure to maintain.
25 screenshots/day, free forever. Upgrade anytime.
# Capture a screenshot curl "https://pramod.ftp.sh/api/screenshot?url=https://example.com&key=YOUR_API_KEY" \ -o screenshot.png # Full page screenshot curl "https://pramod.ftp.sh/api/screenshot?url=https://example.com&key=YOUR_API_KEY&full=true" \ -o full.png # Generate PDF (Pro) curl "https://pramod.ftp.sh/api/screenshot?url=https://example.com&key=YOUR_API_KEY&format=pdf" \ -o page.pdf # Custom viewport curl "https://pramod.ftp.sh/api/screenshot?url=https://example.com&key=YOUR_API_KEY&width=1920&height=1080" \ -o hd.png
Start free, upgrade when you need more
png (default) or pdf (Pro)true for full page screenshotConvert HTML to PDF. Send HTML in request body.
{
"html": "<h1>Hello World</h1><p>Generated by ScreenSnap</p>",
"format": "A4",
"margin": { "top": "20px", "right": "20px", "bottom": "20px", "left": "20px" }
}