Screenshot a web page
url_to_screenshotFetch a public http/https URL and capture a PNG screenshot. Set full_page for the entire scroll height. Returns a file_id and a ~1h download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http/https URL to capture. | |
| full_page | No | Capture the full scroll height (default: viewport). |