Capture website screenshots with a simple API call
| Parameter | Default | Description |
|---|---|---|
url |
required | URL to capture (include https://) |
width |
1280 | Viewport width in pixels |
height |
800 | Viewport height in pixels |
fullPage |
false | Capture full scrollable page |
format |
png | Output format: png, jpeg, webp |
quality |
80 | Image quality 1-100 (jpeg/webp only) |
delay |
0 | Wait ms after page load (for JS rendering) |
Basic screenshot:
/capture?url=https://example.comCustom size + JPEG:
/capture?url=https://example.com&width=1920&height=1080&format=jpegFull page capture:
/capture?url=https://example.com&fullPage=trueFree screenshot API by ThistleWind