📸 Screenshot API

Capture website screenshots with a simple API call

Quick Start

GET /capture?url=https://example.com

Parameters

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)

Examples

Try It

Free screenshot API by ThistleWind