📸Screenshots & Previews

Screenshot Any Website via API

Your users want a preview. Your manager wants a thumbnail. Your CI wants visual regression tests. Everyone wants a screenshot. The dog delivers. One API call, one PNG file, zero nonsense.

What you'd use this for

URL preview thumbnails, OG image generation, visual regression testing, website monitoring, content moderation, and any feature where you need to show what a URL looks like.

How it works

example
# Authenticated POST — returns PNG directly
curl -X POST https://api.denkbot.dog/screenshot \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com", "fullPage": true }' \
  --output screenshot.png

Questions & Answers

Is the response base64 encoded?+

No. Content-Type: image/png. Just raw bytes. Save them directly to a file.

Can I take full-page screenshots?+

Yes. Pass fullPage: true and we'll capture the entire scrollable height of the page.

What's the default viewport size?+

1280×800. You can override with width and height params.

Ready to start fetching?

€19/year. Unlimited requests. API key ready in 30 seconds.