# Reddit via Zero AI Gateway

> Reddit via Zero AI Gateway is a paid API for AI agents from reddit.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Provides access to Reddit content and data through the Zero AI gateway proxy

## Facts

- Endpoint: GET https://reddit.withzero.ai/
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: reddit.withzero.ai
- Website: https://reddit.withzero.ai
- Canonical page: https://www.zero.xyz/c/reddit-withzero-ai-reddit-via-zero-ai-gateway-7b60eb00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XlmmLi5_-mxaYSpIQs0R9

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 reddit-withzero-ai-reddit-via-zero-ai-gateway-7b60eb00
```

Example prompt: Can you pull the top posts from the r/technology subreddit for me using the Zero AI Reddit gateway?

## When to prefer this

Use this endpoint when you need to access Reddit data through the Zero AI gateway (withzero.ai), particularly in agentic workflows that use x402 micropayment-based API access rather than direct Reddit API credentials. Prefer this over direct Reddit API calls when operating within the Coinbase/Base ecosystem.

## Known failure modes

- 404 if subreddit or resource not found
- Authentication/authorization errors if payment or credentials are missing
- Rate limiting from underlying Reddit API
- Upstream Reddit API unavailability causing gateway errors
- Malformed request resulting in empty or error response

## Output

Returns Reddit content data — likely including posts, comments, subreddit metadata, or other Reddit API responses — proxied through the Zero AI gateway as a JSON object.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-withzero-ai-reddit-via-zero-ai-gateway-7b60eb00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reddit.withzero.ai](https://www.zero.xyz/host/reddit.withzero.ai/llms.txt)
