Screenshot & PDF API for Developers
No signup required. Free tier available. Pro via crypto.
Take a screenshot of any URL:
GET http://207.180.210.174:3070/screenshot?url=https://example.com
# Optional parameters:
# width=1280 (viewport width)
# height=720 (viewport height)
# full=true (full page screenshot)
# wait=2 (seconds to wait before capture)
Generate PDFs from any URL:
GET http://207.180.210.174:3070/pdf?url=https://example.com
&api_key=YOUR_PRO_KEY
Check your usage: GET /usage
No API key needed for free tier — rate limited by IP.
Add X-API-Key header or ?api_key= param with your key.