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.
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.
# 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.pngNo. Content-Type: image/png. Just raw bytes. Save them directly to a file.
Yes. Pass fullPage: true and we'll capture the entire scrollable height of the page.
1280×800. You can override with width and height params.

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