ScreenshotLensscreenshotlensdocs

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

SurfaceURL
APIhttps://api.screenshotlens.com
Dashboardhttps://app.screenshotlens.com

What you can capture

CaptureRequestCost
Viewport screenshotGET /v1/screenshots1 credit
Full-page screenshotGET /v1/screenshots with full_page=true2 credits
Rolling videoGET /v1/videos/rolling5 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.

On this page