$0.02
per call · USD Coin on Base
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
Endpoint
GET https://content.hugen.tokyo/content/summary1
Calls / 30d
1
Unique payers / 30d
Aug 21
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://content.hugen.tokyo/content/summary", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://content.hugen.tokyo/content/summary?url=https%3A%2F%2Fexample.com%2Farticle" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"entities": [
{
"name": "Anthropic",
"type": "org"
},
{
"name": "Claude 4",
"type": "product"
},
{
"name": "SWE-bench",
"type": "benchmark"
}
],
"key_points": [
"Claude 4 scores 92% SWE-bench (GPT-4: 85%)",
"Extended thinking mode with 128k output tokens",
"New tool-use architecture reduces latency 40%",
"Enterprise tier includes fine-tuning access"
],
"summary": "Anthropic released Claude 4, scoring 92% on SWE-bench and outperforming GPT-4 on coding benchmarks. The model introduces extended thinking with 128k output tokens and a new tool-use architecture. Pricing starts at $3/M input tokens."
}Payment details
0x29322ea7ecb34aa6164cb2ddeb9ce650902e4f60USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Hugen & similar services
Hugen · Tick Latest
tick.hugen.tokyo
Get real-time Best Bid/Ask for any FX pair, aggregated from multiple institutional liquidity providers. 62-88% tighter spreads than any single source. Includes quality metadata (fresh_sources, quality_state, spread_vs_single_source). Supports 14 FX pairs including EURUSD, USDJPY, GBPUSD, AUDUSD, AUDNZD, and XAUUSD. AI agent API for forex trading signals, portfolio valuation, price comparison, and arbitrage detection. Accepts USDC payments on Base and Solana
Hugen · Tick ALL
tick.hugen.tokyo
Get real-time Best Bid/Ask for ALL available FX pairs in a single call. Multi-source aggregated from multiple institutional LPs with 62-88% spread improvement. Returns 14 FX pairs including majors, crosses, and XAUUSD gold. Each pair includes quality metadata and spread improvement vs single source. AI agent API for portfolio dashboards, multi-pair monitoring, and FX market overview. Accepts USDC payments on Base and Solana
Hugen · Tick Symbols
tick.hugen.tokyo
List all available FX symbols with their current quality state and source count. AI agent API for discovering available instruments before subscribing to tick data. Accepts USDC payments on Base and Solana