# content.hugen.tokyo Content Analyzer

> content.hugen.tokyo Content Analyzer is a paid API for AI agents from content.hugen.tokyo, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Performs comprehensive AI content analysis on a URL, returning sentiment score, topic classification, named entity extraction, content type detection, and credibility assessment.

## Facts

- Endpoint: GET https://content.hugen.tokyo/content/analyze
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/content-hugen-tokyo-a838891b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kp2eDq5fnAHWBO9hwh9o5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability content-hugen-tokyo-a838891b
```

Example prompt: Can you fully analyze this article for me — https://example.com/article — I want to know its sentiment score, what type of content it is (news, blog, tutorial, etc.), the main topics, any named entities like people or organizations, and how credible it seems?

## When to prefer this

Choose this endpoint when you need a multi-dimensional content analysis in a single call — specifically when you need sentiment, topic, entities, content type, and credibility all at once without setting up your own LLM pipeline or prompt engineering. Ideal for content moderation pipelines, news feed analysis, research aggregation, or any workflow that needs to quickly classify and evaluate web content at scale. Prefer this over general-purpose LLM calls when you want structured, consistently formatted output at low cost ($0.02/call).

## Known failure modes

- URL is inaccessible or returns non-200 status — analysis cannot be performed
- URL points to non-text content (e.g. PDF, image) — extraction may fail or return empty results
- Page content is too short or lacks meaningful text — low-confidence or empty analysis returned
- Payment not included or invalid — 402 Payment Required response
- Rate limit exceeded — too many requests in a short period

## How this service works

Comprehensive AI content analysis — sentiment scoring (-1.0 to 1.0), topic classification, named entity extraction, content type detection (news/blog/docs/tutorial), and credibility assessment. Returns structured analysis ready for immediate use. No LLM integration needed. Accepts USDC payments on Base and Solana

## Output

Returns a structured analysis object including: a sentiment score between -1.0 (most negative) and 1.0 (most positive), topic classification labels, named entities (people, organizations, locations, products, events), content type detection (news, blog, documentation, tutorial), and a credibility assessment score — all ready for immediate downstream use without additional LLM processing.

## Example request

```json
{
 "url": "https://www.wikipedia.org/wiki/Artificial_intelligence",
 "strip_query": false
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/content-hugen-tokyo-a838891b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from content.hugen.tokyo](https://www.zero.xyz/host/content.hugen.tokyo/llms.txt)
