x402_screenshot
Capture screenshots of web pages as base64-encoded images. Use free test domains or pay per capture with USDC to screenshot any URL.
Instructions
Capture a screenshot of any URL and return it as a base64-encoded image. Price: $0.01 USDC per capture (paid mode) | Free test: example.com, example.org, httpbin.org only.
Without X402_PRIVATE_KEY, only test domains are available. With a wallet key, any URL can be captured via the paid endpoint.
Returns: base64 PNG/JPEG/WebP image data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to capture (full URL including https://) | |
| width | No | Viewport width in pixels (default: 1280) | |
| height | No | Viewport height in pixels (default: 720) | |
| full_page | No | Capture the full scrollable page (default: false) | |
| format | No | Image format (default: png) | png |