# PrimeAPI AI Headlines

> PrimeAPI AI Headlines is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.057405/call, status unknown (last checked 2026-09-14).

Fetches AI-curated news headlines based on a search query, returning current top stories relevant to the topic

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/headlines
- Price: $0.057405/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-ai-headlines-7b0d25d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5NxUcDFMEEbsgfahdB954

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 primeapi-ai-headlines-7b0d25d7 -d '<json body>'
```

Example prompt: What are the latest AI-curated headlines about Tesla earnings right now — search for 'Tesla earnings' and bring back the top stories.

## When to prefer this

Use this endpoint when you need to quickly surface current news headlines on a specific topic without managing API keys, especially when paying per-call via USDC on Base is acceptable. Prefer this over full news API subscriptions for lightweight, ad-hoc headline lookups by AI agents.

## Known failure modes

- Empty or missing query string returns an error or empty result set
- Query too broad returns irrelevant or low-quality headlines
- Service unavailability returns HTTP 402 or 5xx if payment fails
- No matching headlines found for a niche or obscure query
- Rate limiting or payment failure prevents response

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a collection of current news headlines and associated story data relevant to the submitted search query, aggregated and curated using AI from across news sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-ai-headlines-7b0d25d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
