# Apollo Weekly Digest

> Apollo Weekly Digest is a paid API for AI agents from apolloai.team, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns a curated weekly intelligence digest with recommendations, sentiment summary, and top opportunities for builders in the agentic/x402 ecosystem

## Facts

- Endpoint: GET https://apolloai.team/api/weekly-digest
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-weekly-digest-4bd7a718
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cXA4mZLyb1ENpg0iG1ZHW

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 apollo-weekly-digest-4bd7a718
```

Example prompt: Pull this week's Apollo weekly digest — I want to see the top opportunities, overall market sentiment, and any key recommendations for builders in the x402 and agentic economy space.

## When to prefer this

Choose this endpoint when you need a pre-aggregated, curated weekly summary of agentic economy trends, x402 ecosystem signals, and builder opportunities rather than raw real-time data feeds. Ideal for weekly planning, opportunity scanning, or sentiment overview without having to query multiple individual feeds.

## Known failure modes

- No new digest available yet for the current week — returns stale or empty data
- Payment not processed (x402 or API key missing/invalid) — returns 402 or 401 error
- Rate limit exceeded on free tier (5 requests/day) — returns 429 error
- Service temporarily unavailable — returns 5xx error

## How this service works

Apollo Intelligence Network: 54 API endpoints for AI agents — data feeds, proxy, OSINT, DeFi, crypto, Etherscan, weather, ML/NLP. Free trial: 5 requests/day. Pay-per-request via x402 or API key.

## Output

A JSON object containing the week's start date, a list of actionable recommendations (e.g. 'Focus on x402 integrations'), a sentiment summary with overall tone (e.g. 'bullish') and notable shifts, and a list of top opportunities each with a title and estimated potential value.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "week_of": "2026-02-03",
  "recommendations": [
   "Focus on x402 integrations",
   "Monitor hackathon deadlines"
  ],
  "sentiment_summary": {
   "overall": "bullish",
   "key_shifts": []
  },
  "top_opportunities": [
   {
    "title": "x402 Ecosystem Growth",
    "potential": "$10K+"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-weekly-digest-4bd7a718/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apolloai.team](https://www.zero.xyz/host/apolloai.team/llms.txt)
