sign_screenshot_url
Generate a signed URL for a screenshot that can be used without an API key. Useful for embedding screenshots in emails, documents, or sharing with third parties. Signing is free, rendering the URL consumes one credit. URLs expire after the specified duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to capture (must start with http:// or https://) | |
| delay | No | Milliseconds to wait after load (default: 0) | |
| width | No | Viewport width in pixels (default: 1280) | |
| device | No | Device preset for emulation | |
| format | No | Output format (default: png) | |
| height | No | Viewport height in pixels (default: 800) | |
| quality | No | Image quality (default: 90) | |
| block_ads | No | Block ads (default: true) | |
| dark_mode | No | Enable dark mode (default: false) | |
| full_page | No | Capture entire scrollable page (default: false) | |
| expires_in | No | URL validity in seconds, 60-2592000 (default: 86400 = 1 day) | |
| user_agent | No | Custom user agent | |
| click_selector | No | CSS selector to click | |
| hide_selectors | No | CSS selectors to hide | |
| block_cookie_banners | No | Remove cookie banners (default: true) |