# x402 Content Hub – Medium Article Fetcher

> x402 Content Hub – Medium Article Fetcher is a paid API for AI agents from x402-content-hub.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Fetches and extracts content from a Medium article given its URL, payable via USDC on Base using x402.

## Facts

- Endpoint: POST https://x402-content-hub.vercel.app/api/medium/article
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-content-hub-medium-article-fetcher-8937c86f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pBgOGcstQ-p65sYTz64EY

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 x402-content-hub-medium-article-fetcher-8937c86f -d '<json body>'
```

Example prompt: Can you fetch the full content and metadata from this Medium article for me: https://medium.com/@someauthor/my-interesting-post-abc123?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the content or metadata of a specific Medium article by URL, especially in automated pipelines or agent workflows that require paying per-call via USDC on Base using the x402 protocol.

## Known failure modes

- Invalid or malformed Medium URL returns an error
- Article not found or removed returns a 404-like error
- Network timeout if Medium is slow to respond
- Payment failure if USDC balance is insufficient or x402 handshake fails
- Private or members-only articles may return incomplete or no content

## How this service works

Amazon products, real-time news, image search, Medium articles, and Spotify data. Pay with USDC on Base.

## Output

Returns a data object containing the extracted content and metadata of the specified Medium article, such as title, body text, author, and other article-level details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Medium article URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-content-hub-medium-article-fetcher-8937c86f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-content-hub.vercel.app](https://www.zero.xyz/host/x402-content-hub.vercel.app/llms.txt)
