Screenshot API

Capture high-quality screenshots of any webpage with our powerful API.

Features

  • Full page screenshots with custom viewport sizes
  • Mobile-responsive captures
  • High-resolution output up to 4K

Quick Start

curl -X POST \
  https://api.samplr.io/v1/screenshot \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -d '{
    "url": "https://example.com",
    "width": 1920,
    "height": 1080
  }'