A screenshot API for the everyday web
Turn any URL into a polished image.
Capture web pages at exactly the dimensions, format, and quality your workflow needs—using one simple request.
GET /api/screenshot
url=https://your-site.com
width=1512 & height=982
type=webp
Returns an image, ready to use.
How it works
From URL to image in three small steps.
01
Choose a page
Pass the address of the site you want to capture.
02
Set the frame
Optionally tune the viewport, full-page capture, format, and quality.
03
Use the image
Open the generated URL anywhere you need a fresh screenshot.
Request builder
Make your first capture.
Your settings become a shareable API URL. Open it to generate the image.
Generated URL
A simple starting point
Use a request URL directly.
https://screenshot-maker.bootpack.dev/api/screenshot?url=https%3A%2F%2Fbootpackdigital.comAPI parameters +
| Name | Type | Default | Description |
|---|---|---|---|
| url | string | — | The page you want to capture. Required. |
| width | number | 1512 | Viewport width in pixels. |
| height | number | 982 | Viewport height in pixels. |
| scale | number | 0.25 | Output scale, up to 1. |
| quality | number | 50 | Image quality from 1–100. |
| fullPage | boolean | false | Capture the complete page. |
| type | png | jpeg | webp | avif | webp | The image format to return. |
| key | string | — | Your API key, if enabled. |