Screenshot Maker
Basic Example
https://screenshot-maker.bootpack.dev/api/screenshot?url=https%3A%2F%2Fbootpackdigital.comNote: This URL will only work if you have a valid API key.
Args
| Name | Type | Default | Description |
|---|---|---|---|
| url | string | | The URL of the page to screenshot |
| width | number? | 1512 | The width of the viewport |
| height | number? | 982 | The height of the viewport |
| scale | number? | 0.25 | The scale of the screenshot. Helpful to get a desktop screenshot, but scaled down for rendering. Max 1. |
| quality | number? | 50 | The quality of the screenshot. Between 1-100. |
| fullPage | boolean? | false | Whether to take a full page screenshot |
| key | string? | | The API key to use for the screenshot |
| type | ("png" | "jpeg" | "webp" | "avif")? | webp | The type of the screenshot |