# Komo.ai Real-Time News Data API

> Komo.ai Real-Time News Data API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.078221/call, status unknown (last checked 2026-09-15).

Fetches real-time news data and current events via a pay-per-call API on the Base blockchain using x402 protocol

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/real-time-news-data
- Price: $0.078221/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-real-time-news-data-api-5aedf7b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XjIMmD07JeX6mR4xlR8mm

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 komo-ai-real-time-news-data-api-5aedf7b2 -d '<json body>'
```

Example prompt: Can you get me the latest real-time news about AI regulation right now — I need current headlines and stories from today.

## When to prefer this

Use this endpoint when you need real-time, up-to-the-minute news data and are comfortable with pay-per-call micropayment pricing via x402 on Base. Prefer this over cached or historical news APIs when recency is critical and you want programmatic access without a subscription.

## Known failure modes

- Payment failure via x402 protocol if insufficient USDC balance on Base chain
- Empty or no results if the query topic has no recent coverage
- Timeout if the upstream news source is slow to respond
- Invalid input schema causing a 400 error
- Service unavailability on the Vercel deployment causing 503

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

A result object containing real-time news data, including articles, headlines, and related news content matching the query, returned as a structured JSON response.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/komo-ai-real-time-news-data-api-5aedf7b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
