visual.hugen.tokyo publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /visual/ocr | GET | $0.05 | 402 |
| /visual/parse | GET | $0.02 | 402 |
| /visual/pdf | GET | $0.02 | 402 |
| /visual/screenshot | GET | $0.02 | 402 |
OCR extraction from scanned PDF documents (English). Uses Tesseract to read text from image-based pages that have no embedded text layer. Returns structured text and metadata. Ideal for invoices, rece…
Extract structured text, tables, and metadata from any PDF URL. Returns page-by-page text content, detected tables as JSON arrays, and document metadata (title, author, page count). No PDF library or …
Render any URL into a clean A4 PDF with print-quality graphics. Auto-removes ads, cookie banners, and overlays. Returns base64-encoded PDF with metadata. No browser infrastructure or PDF library neede…
Screenshot any public URL — returns base64 JPEG/PNG with metadata (page title, file size, render time). Full-page scroll capture, CSS selector targeting, device emulation (iPhone 15 Pro, Pixel 7, iPad…