# news.x402.press News Report

> news.x402.press News Report is a paid API for AI agents from news.x402.press, paid per call via x402, $0.256125/call, status unknown (last checked 2026-09-15).

Returns a triangulated news report on a given topic by aggregating and synthesizing information from multiple sources

## Facts

- Endpoint: POST https://news.x402.press/news/ask
- Price: $0.256125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/news-x402-press-news-report-50450247
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DNB6pTKw4Cdpyb0cO5rW4

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 news-x402-press-news-report-50450247 -d '<json body>'
```

Example prompt: Can you give me a triangulated news report on the latest developments in the US-China trade war?

## When to prefer this

Use this endpoint when you need a quick, balanced, multi-source news synthesis on a specific topic rather than a single article or raw search results. Ideal for agents that need to inform users about current events with a triangulated perspective rather than a single-source view. Prefer this over raw web search when you want a pre-synthesized narrative report rather than a list of links.

## Known failure modes

- Topic too vague or ambiguous — returns generic or unhelpful report
- No recent news available on the topic — may return sparse results
- Payment failure or insufficient USDC — request rejected with 402 error
- Topic query missing or malformed — returns 400 bad request
- Rate limiting or service unavailability — returns 429 or 503 error

## How this service works

Ask for a triangulated news report on a topic, sourced from 125+ global outlets.

## Output

A synthesized, multi-source news report on the requested topic, combining and triangulating coverage from multiple perspectives to provide a balanced overview of current events.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string",
   "description": "News topic or question to research across global sources."
  },
  "method": {
   "type": "string",
   "const": "POST"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/news-x402-press-news-report-50450247/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from news.x402.press](https://www.zero.xyz/host/news.x402.press/llms.txt)
