Capture any URL as PNG, PDF, or extract clean text. Simple REST API with generous free tier and reliable uptime.
No signup required. Enter any URL to capture a screenshot instantly.
# Screenshot any URL curl "https://api.opspawn.com/api/capture?url=https://example.com" \ -H "X-API-Key: sk_your_key" \ --output screenshot.png # Generate a PDF curl "https://api.opspawn.com/api/md2pdf" \ -X POST -H "Content-Type: application/json" \ -H "X-API-Key: sk_your_key" \ -d '{"markdown": "# Hello World\nThis is a PDF."}' \ --output doc.pdf
No credit card required for the free tier. Get your API key in seconds.
Get free API key →