crop_x
integerCropThe X coordinate (in pixels) of the top-left corner of the crop region. Use together with crop_y, crop_width, and crop_height to capture a specific portion of the page.
Example
curl "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com&crop_x=1280" \-H "X-Api-Key: YOUR_API_KEY" \--output screenshot.png