📸 Screenshot & PDF API

Screenshots & PDFs via API

Capture any website as a screenshot or PDF with a simple GET request. No headless browser setup. No infrastructure to maintain.

🔥 Try It Now (no API key needed for demo)

Capturing screenshot...

🔑 Get Your Free API Key

25 screenshots/day, free forever. Upgrade anytime.

⚠️ Save this key now! It cannot be recovered.

Dead Simple Integration

cURL
JavaScript
Python
# 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

Simple, Transparent Pricing

Start free, upgrade when you need more

Free
$0/mo
Free forever
  • 25 screenshots/day
  • 200 screenshots/month
  • Max 1280px width
  • PNG format
  • Community support
  • No PDF generation
  • No priority rendering
Business
$29/mo
For agencies & high-volume
  • 2,000 screenshots/day
  • 50,000 screenshots/month
  • Max 4K resolution (3840px)
  • PNG + PDF generation
  • HTML → PDF conversion
  • Priority rendering queue
  • Dedicated support

📖 API Reference

GET /api/screenshot

urlstringREQUIRED Website URL to capture
keystringREQUIRED Your API key
formatstringpng (default) or pdf (Pro)
widthintViewport width (default: 1280)
heightintViewport height (default: 800)
fullbooltrue for full page screenshot
delayintWait ms after page load (max 5000)

POST /api/pdf PRO

Convert 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" }
}

📊 Check Your Usage

-
Plan
-
Today
-
This Month
-
Daily Limit