# AI Rook News Digest

> AI Rook News Digest is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Fetches a curated AI-generated digest of recent news, delivered as a pay-per-call endpoint on the x402 protocol with no API key required

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/news-digest
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-news-digest-4de6feda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VQjZAoqyvTkesoutUWkAp

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 ai-rook-news-digest-4de6feda
```

Example prompt: Can you pull today's news digest and give me a summary of the top stories — I don't want to scroll through headlines myself, just a clean briefing.

## When to prefer this

Choose this endpoint when you need a fast, no-signup, pay-per-call news digest without managing API keys or subscriptions. Ideal for autonomous agents that need occasional current-events context at low cost ($0.05/call). Prefer over traditional news APIs when operating within an x402 micropayment workflow on Base/USDC, or when you want a bundled AI-curated summary rather than raw article feeds.

## Known failure modes

- Payment failure if insufficient USDC balance on Base mainnet (x402 402 response)
- Empty or stale digest if news sources are temporarily unavailable
- HTTP 429 or rate limiting if called too frequently
- Malformed response if upstream news aggregation pipeline fails
- Network timeout if the news fetching process takes too long

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

A structured digest of recent news, likely including curated headlines, article summaries, and top stories aggregated from current sources — returned as JSON or formatted text suitable for display or downstream agent processing.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-news-digest-4de6feda/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
