# Screenshot API

The screenshot generation API remains `https://api.site-shot.com/`.

Agents should use the existing screenshot API key as the `userkey` parameter:

```text
https://api.site-shot.com/?url=https://example.com/&userkey=YOUR_API_KEY
```

Important parameters include `url`, `width`, `height`, `full_size`, `max_height`, `format`, `response_type`, `delay_time`, `timeout`, `country`, `language`, `time_zone`, `geolocation`, `no_ads`, and `no_cookie_popup`.

The agent-ready v1 project documents the existing screenshot API. It does not rewrite the screenshot generation backend.
