# Losbeto AI News

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

Fetches AI-related news articles and updates via a micropayment-gated endpoint on the Losbeto trading swarm platform.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/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-edfae943
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OSao6DyPgFbOFVc2UVjWW

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-edfae943
```

Example prompt: Can you pull the latest AI news headlines for me from the Losbeto AI news feed?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-use AI news retrieval at a very low cost ($0.008 USDC per call) without a subscription, especially in agent workflows that need on-demand news access using x402 micropayments on Solana or Base chains.

## Known failure modes

- Payment not included or insufficient USDC (HTTP 402 Payment Required)
- Service unavailable on Railway deployment (HTTP 503)
- Empty or stale news results if upstream news sources are unreachable
- Malformed JSON response if upstream aggregation fails
- Rate limiting if too many requests are made in quick succession

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing a list of AI-related news items, likely including headlines, summaries, source information, and publication timestamps, aggregated from AI industry news sources.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

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