One endpoint. Every screenshot.
Clean screenshots straight into your system – without your own browser infrastructure, without ops overhead. Chromium, Firefox and WebKit over a single REST call.
30 free screenshots · From €9.99/month · German servers
$ curl -X POST api.screenoclock.de/v1/capture \ -H "Authorization: Bearer sk_live_…" \ -d '{ "url": "https://acme.com", "browser": "chromium", "theme": ["light", "dark"], "block": ["cookies", "popups", "chat"], "full_page": true }'
{ "id": "cap_9Xk2Qm", "status": "done", "shots": [ { "theme": "light", "url": "…/light.png" }, { "theme": "dark", "url": "…/dark.png" } ] }
Integrated in any language in minutes.
$ curl -X POST api.screenoclock.de/v1/capture \ -H "Authorization: Bearer sk_live_…" \ -H "Content-Type: application/json" \ -d '{"url":"https://acme.com","full_page":true}'
Every parameter you need.
One endpoint
POST /v1/capture takes every parameter. No setup, no queue management.
Choose the browser
Render in real Chromium, Firefox or WebKit – whichever fits the use case.
Light & dark
Force the color scheme per parameter and get both variants in one call.
Viewport & full-page
Any resolution, retina scaling and full-page captures.
DOM manipulation
Run scripts or remove elements before the screenshot is taken.
Auto cleanup
Cookie banners, chatbots and popups are removed automatically.
The core endpoints.
API access in every plan.
Start free, upgrade as your volume grows. Cancel anytime.
All prices exclude VAT. All plans include full API access. Cancel anytime.
Frequently asked questions
Do I need my own browser infrastructure?
No. Screenoclock runs real Chromium, Firefox and WebKit on our servers. You send a call, we handle rendering, scaling and cleanup.
How does authentication work?
Via a bearer token in the Authorization header. You create and rotate API keys anytime in the dashboard – separate for test and live environments.
Are there rate limits?
Yes, depending on your plan. Requests over quota return 429 with a Retry-After header. Priority queues are available from Premium.
Which output formats are supported?
PNG, JPG and PDF. Full-page captures, fixed viewports and retina resolution can be controlled per request.
Build your first screenshot in five minutes.
Start for free, upgrade when you need more.