Directory / visual.hugen.tokyo
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 needed — pay per render. Accepts USDC payments on Base and Solana
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://visual.hugen.tokyo/visual/pdf' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://visual.hugen.tokyo/visual/pdf'
Endpoint: https://visual.hugen.tokyo/visual/pdf. Operated by visual.hugen.tokyo, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
OCR extraction from scanned PDF documents (English). Uses Tesseract to read text from image-based pages that have no embedded text layer. Returns structured tex…
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,…
Screenshot any public URL — returns base64 JPEG/PNG with metadata (page title, file size, render time). Full-page scroll capture, CSS selector targeting, device…