create_screenshot_batch
Render a list of web pages in a real browser. Returns a batch id to poll. The first 10 screenshots each month are free, metered per network address rather than per key, so issuing another key does not reset them. Beyond that the batch pauses and reports how many credits it needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Label for the batch, shown on the results page. | |
| urls | Yes | Public http or https addresses. Bare domains are accepted and normalised. | |
| width | No | ||
| format | No | One file per URL, collected in a zip. PDF output is disabled on this deployment. | png |
| height | No | ||
| delay_ms | No | Extra settle time after the page reports it has loaded. | |
| dark_mode | No | ||
| full_page | No | Capture the whole scrollable page rather than just the viewport. Off by default; a long page costs the same credit but takes much longer to render. | |
| device_scale_factor | No | Use 2 for retina density output. | |
| block_cookie_banners | No |