ai.screenshot
Capture a headless-browser screenshot of any URL. Returns base64 image and size metadata.
Instructions
Take a headless-browser screenshot of a URL. Returns base64 image + size metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| width | No | Viewport width (px). | |
| format | No | png | |
| height | No | Viewport height (px). | |
| quality | No | For jpeg/webp only. | |
| blockAds | No | ||
| fullPage | No | ||
| timeoutMs | No | ||
| waitUntil | No | networkidle2 | |
| deviceScaleFactor | No |