H

Hugen · Content Summary

by Hugen

GETBaseSolana

$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/summary

1

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x29322ea7ecb34aa6164cb2ddeb9ce650902e4f60
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Hugen & similar services