Capture screenshots of any URL. Supports full-page, viewport, custom dimensions, and element targeting.
curl -H "X-API-Key: YOUR_KEY" \ "https://api.techplaya.org/screenshot?url=https://example.com"
url (required) - The URL to screenshotwidth - Viewport width (default: 1280)height - Viewport height (default: 800)full_page - Capture full scrollable page (default: false)format - png or jpeg (default: png)quality - JPEG quality 1-100 (default: 80)delay - Wait seconds before capture (default: 0, max: 10)selector - CSS selector to capture specific element