curl -X POST https://win.oneshotagent.com/v1/tools/web-read \ -H "Content-Type: application/json" \ -H "X-Payment-Proof: <your_x402_signature>" \ -d '{ "url": "https://example.com" }'
{ "request_id": "uuid", "status": "processing", "tool": "web_read", "message": "Web page read initiated. Results available at /v1/requests/{id}." }
Read a web page and extract content as markdown with screenshot
X-Payment-Proof
processing
web_read
title
description
statusCode
only_main_content
/v1/requests/{request_id}