Overview
ScreenshotLens turns a public page URL into a screenshot or a scrolling video, billed in prepaid credits.
Every integration follows the same path: create an API key in the dashboard, build the request in the Playground, then call the same URL from your server.
Base URLs
| Surface | URL |
|---|---|
| API | https://api.screenshotlens.com |
| Dashboard | https://app.screenshotlens.com |
What you can capture
| Capture | Request | Cost |
|---|---|---|
| Viewport screenshot | GET /v1/screenshots | 1 credit |
| Full-page screenshot | GET /v1/screenshots with full_page=true | 2 credits |
| Rolling video | GET /v1/videos/rolling | 5 credits |
New accounts start with 100 credits, so you can integrate before buying anything.
Where to go next
Quickstart takes you from a new account to a working request in four steps.
For exact parameters, defaults, and limits, go straight to the Screenshot API or the Rolling Video API.