# Overview

Source: https://docs.screenshotlens.com/docs
Summary: 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`](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](https://docs.screenshotlens.com/docs/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](https://docs.screenshotlens.com/docs/api/screenshots) or the [Rolling Video API](https://docs.screenshotlens.com/docs/api/rolling-video).
