Public url -> clean Markdown + token count (paid $0.004)
url_readFetch a public URL and get clean Markdown plus a token estimate for RAG ingestion. Strips boilerplate, respects robots.txt, and requires x402 payment.
Instructions
PAID $0.004 (x402, USDC on Base). Fetch a PUBLIC url and return clean Markdown + a token estimate for RAG ingestion — readability extraction, boilerplate stripped. Respects robots.txt, public pages only, no login/paywall bypass, nothing stored. Args: url. Without payment returns the x402 challenge; pass x_payment to settle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public web page URL to fetch and convert to Markdown. | |
| x_payment | No | x402 payment payload (base64) for this PAID check. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first. |