Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man screenshot

/screenshot

agentutility / web-probe / screenshot
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
media
STATUS
live
NAME
screenshot turn any public url into a png or jpg image on demand
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

Turn any public URL into a PNG or JPG image on demand. Send a url plus optional viewport width/height, device scale factor, crop or scale fit, JPG quality, transparent background for PNG, and a wait condition (load, domcontentloaded, networkidle) so slow pages finish rendering before capture. Runs on CloudConvert's headless capture engine and returns an image_url you can drop straight into a report, a preview card, or an archive pipeline. Use it as a website screenshot API, URL to image converter, or webpage capture tool for QA snapshots, link previews, and visual monitoring.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPage URL to screenshot. Must use http or https.required
formatstring'png' (default) or 'jpg'.optional
screen_widthnumberBrowser viewport width in px. 320-3840. Optional.optional
screen_heightnumberBrowser viewport height in px. 240-4320. Optional.optional
device_scale_factornumberDevice pixel ratio for retina capture. 1-4. Optional.optional
widthnumberOutput image width in px. 1-8000. Optional.optional
heightnumberOutput image height in px. 1-8000. Optional.optional
fitstringHow output is resized: 'max', 'crop', or 'scale'. Optional.optional
qualitynumberJPG compression quality, 1-100. Only applies when format is 'jpg'.optional
transparent_backgroundbooleanBoolean. Renders a transparent background instead of white. Only applies when format is 'png'.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstringPublic URL where the rendered PNG or JPG screenshot can be downloaded.
file_size_bytesnumberSize of the generated screenshot file in bytes.
formatstringOutput image format actually produced, either png or jpg.
source_urlstringOriginal page URL that was captured, echoed back from the request.
job_idstringUnique render job identifier for tracing or re-fetching this screenshot.
EXAMPLEStwo 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
ADJACENTother endpoints in webprobe
endpointdescriptionprice
answer-webAnswers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs.$0.04
arxiv-summarizeTurn an arXiv paper into a structured research summary without reading the PDF.$0.04
rss-from-anythingTurn any webpage into an RSS feed, even sites that never published one.$0.04
scrapeScrape any webpage.$0.04
scrape-websiteScrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s…$0.04
webpage-diffDetects 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-screenshotCapture a screenshot of any live URL and get back a hosted PNG or JPG.$0.04
arxiv-searchSearch arXiv's full paper catalog by query, author, category, or a specific id-list and get back structured results instead of scraping HTML.$0.03
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org