AShot / Screenshot API
**AShot** captures screenshots of any public web page on the server side. **Features** - Formats: **PNG**, **JPEG**, **PDF** - **Viewport** or **full page** (scroll capture) - Custom width (320–3840 px) and height (up to 2160 px) - Landscape / portrait orientation **Typical use** - Previews, QA, archiving page appearance, thumbnails. **Limits** - Very long full-page captures can take **tens of…
AShot / Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshots | ||
| POST |
createScreenshotV1 /api/v1/screenshot |
Renders the target URL in a headless browser and returns metadata plus an absolute `url` to the image (S3 or same-host `/screenshots` depending on server config). Heavy full-page… |
| GET |
listScreenshotsV1 /api/v1/screenshots |
Returns your screenshots from the last 24 hours created via this API. Response is a JSON array: each item includes the target URL, width, height, format, full-page flag, creation… |
| Health | ||
| GET |
healthCheck /api/health |
Returns service availability. Response: { "ok":true, "service":"ashot" } — use for monitoring. |
AShot / Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $59 / month | — |
|