$ man screenshot
/screenshot
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
media
STATUS
● live
NAME
screenshot — website screenshot / url to png/jpg
SYNOPSIS
POST https://x402.agentutility.ai/screenshot
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Website screenshot / URL to PNG/JPG. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| url | string | — | required |
| format | string | — | optional |
| screen_width | number | — | optional |
| screen_height | number | — | optional |
| device_scale_factor | number | — | optional |
| width | number | — | optional |
| height | number | — | optional |
| fit | string | — | optional |
| quality | number | — | optional |
| transparent_background | boolean | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| image_url | string | Public URL where the rendered PNG or JPG screenshot can be downloaded. |
| file_size_bytes | number | Size of the generated screenshot file in bytes. |
| format | string | Output image format actually produced, either png or jpg. |
| source_url | string | Original page URL that was captured, echoed back from the request. |
| job_id | string | Unique render job identifier for tracing or re-fetching this screenshot. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/screenshot \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the screenshot tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- screenshoturlpngjpgrendercapture
- env
- CLOUD_CONVERT_API_KEY
- methods
- POST
- cluster
- webprobe
- price
- $0.04 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| answer-web | Answers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs. | $0.04 |
| arxiv-summarize | arXiv paper summarizer / research-paper TLDR. | $0.04 |
| rss-from-anything | RSS feed generator / HTML to RSS converter. | $0.04 |
| scrape | Scrape any webpage. | $0.04 |
| scrape-website | Scrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s… | $0.04 |
| webpage-diff | Detects changes on a webpage: fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text)… | $0.04 |
| website-screenshot | Captures a website screenshot from a URL as PNG or JPG. | $0.04 |
| arxiv-search | arXiv full-text search. | $0.03 |
SEE ALSO