Directory / content.hugen.tokyo
AI-powered content summarization — extracts clean text from any URL then generates a concise 2-4 sentence summary, 3-5 key points, and named entity extraction (people, organizations, products, locations, events). Handles articles, blog posts, documentation, and news pages. No LLM setup or prompt engineering needed. Accepts USDC payments on Base and Solana
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://content.hugen.tokyo/content/summary' # -> 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://content.hugen.tokyo/content/summary'
Endpoint: https://content.hugen.tokyo/content/summary. Operated by content.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.
Comprehensive AI content analysis — sentiment scoring (-1.0 to 1.0), topic classification, named entity extraction, content type detection (news/blog/docs/tutor…
Extract clean, readable text from any web page — removes navigation, ads, scripts, and boilerplate. Dual-engine extraction with JS-rendered page fallback for SP…
Extract and classify all hyperlinks from a web page — internal vs external using eTLD+1 domain matching. Returns up to 200 internal and 200 external links with …
Extract structured metadata from any web page — title, author, publication date, Open Graph tags, canonical URL, language, word count, reading time. Handles HTM…