๐Ÿ“ธ Screenshot API

Capture any webpage as PNG or JPEG with a single API call. Custom viewport, full page capture, element selectors.

Endpoint

POST https://api.16761.tech/screenshot

Example

curl -X POST https://api.16761.tech/screenshot \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","fullPage":true}' \
  -o screenshot.png

Parameters

FieldTypeRequiredDescription
urlstringโœ…URL to capture
widthintViewport width (default 1280, max 3840)
heightintViewport height (default 800, max 2160)
fullPageboolCapture full scrollable page
formatstringpng or jpeg
qualityintJPEG quality 1-100
delayintWait ms after load (max 10000)
selectorstringCSS selector to capture

Try It

Get Free API Key โ†’