selector
stringCaptureA CSS selector to identify a specific element to screenshot. Only the matching element will be captured, ignoring the rest of the page. Useful for capturing specific components like charts, cards, or sections.
Example
curl "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com&selector=value" \-H "X-Api-Key: YOUR_API_KEY" \--output screenshot.png