Screenshot Maker

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.

A simple starting point

Use a request URL directly.

Try the example
https://screenshot-maker.bootpack.dev/api/screenshot?url=https%3A%2F%2Fbootpackdigital.com
API parameters +
NameTypeDefaultDescription
urlstringThe page you want to capture. Required.
widthnumber1512Viewport width in pixels.
heightnumber982Viewport height in pixels.
scalenumber0.25Output scale, up to 1.
qualitynumber50Image quality from 1–100.
fullPagebooleanfalseCapture the complete page.
typepng | jpeg | webp | avifwebpThe image format to return.
keystringYour API key, if enabled.