Screenshot Maker

Basic Example

https://screenshot-maker.bootpack.dev/api/screenshot?url=https%3A%2F%2Fbootpackdigital.com

Note: This URL will only work if you have a valid API key.

Args

NameTypeDefaultDescription
urlstringThe URL of the page to screenshot
widthnumber?1512The width of the viewport
heightnumber?982The height of the viewport
scalenumber?0.25The scale of the screenshot. Helpful to get a desktop screenshot, but scaled down for rendering. Max 1.
qualitynumber?50The quality of the screenshot. Between 1-100.
fullPageboolean?falseWhether to take a full page screenshot
keystring?The API key to use for the screenshot
type("png" | "jpeg" | "webp")?webpThe type of the screenshot

URL Builder

GitHub Repo

Learn more about the screenshot generator on the GitHub repo