# Losbeto AI News

> Losbeto AI News is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Fetches AI-related news articles or headlines via a pay-per-call x402 micropayment endpoint on Solana and Base chains.

## Facts

- Endpoint: GET https://api.losbeto.xyz/ai-news
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-ai-news-e46bd048
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8q18hXPduzuzO8Lw2LpCC

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 losbeto-ai-news-e46bd048
```

Example prompt: Fetch me the latest AI news headlines right now — I want to see what's trending in the artificial intelligence world today.

## When to prefer this

Choose this endpoint when you need quick, pay-as-you-go access to AI news without a traditional API key subscription, especially for AI agents operating autonomously with USDC micropayment capability on Solana or Base. It is best suited for lightweight, on-demand news retrieval at very low cost ($0.008 per call).

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- Invalid or missing x402 payment header causes authentication error
- Upstream news source unavailable returns 503 or empty result
- Malformed query properties may return 400 Bad Request
- Rate limiting or overload may return 429 Too Many Requests

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A JSON response containing a collection of AI news articles or headlines, likely including titles, sources, and possibly summaries or links, retrieved via a $0.008 USDC micropayment per call over the x402 protocol on Solana or Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Filtered crypto and markets newswire for agents and research bots: headlines with source and timestamp, noise removed."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-ai-news-e46bd048/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
