Research
Web Read
Read a web page and extract content as markdown with screenshot
POST
Authentication
Requires x402 payment proof in theX-Payment-Proof header.
Request Body
URL of the web page to read
Response (202 Accepted)
Job ID for tracking progress
Job status:
processingAlways
web_readJob Result (poll /v1/requests/:id)
The URL that was read
Page content extracted as markdown (max 50KB)
Screenshot of the page
Page metadata:
title, description, statusCodeWhether the markdown was truncated to 50KB
See Pricing for web read costs.
Notes
- Content is extracted with
only_main_contentmode - Markdown is truncated to 50KB if the page is very large
- Screenshots are generated server-side
- Job results are available via polling at
/v1/requests/{request_id}