# ChatRIP Legends Chat

> ChatRIP Legends Chat is a paid API for AI agents from chatrip.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-13).

Send a prompt to a historical or cultural legend persona (e.g. Marcus Aurelius, Maya Angelou) and receive an AI-generated response in their voice, paid via x402 USDC microtransaction.

## Facts

- Endpoint: POST https://chatrip.app/api/v1/legends/chat/x402
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chatrip-legends-chat-5a86bafd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rY43qgvbUI-2M4Ibs6CMw

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 chatrip-legends-chat-5a86bafd -d '<json body>'
```

Example prompt: Ask Marcus Aurelius on ChatRIP what he would say about staying disciplined when everything feels overwhelming — I want his Stoic take on modern burnout.

## When to prefer this

Choose this endpoint when you want to generate a conversational response styled as a specific historical or cultural legend persona via a pay-per-use microtransaction model. It is ideal for agents that provide philosophical guidance, historical perspective, motivational content, or creative roleplay without requiring user accounts or subscriptions — just a one-time $0.07 USDC payment per query.

## Known failure modes

- Missing or invalid legendSlug returns an error — slug must match a known legend such as 'marcus-aurelius'
- Empty or missing prompt field causes a validation error
- Insufficient USDC balance or failed x402 payment blocks the request
- Network timeout if the AI model takes too long to generate a response
- Invalid bodyType enum value causes request rejection

## How this service works

Ask a ChatRIP legend with one x402 USDC payment.

## Output

Returns a JSON object containing the legend's reply message (role, text, finish reason), the persona's slug and display name, a conversation ID for threading follow-ups, suggested follow-up prompts, and any citations. The AI model used is also identified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "legend": {
   "type": "string",
   "description": "Alias for legendSlug."
  },
  "prompt": {
   "type": "string",
   "description": "The question or reflection prompt to send to the legend."
  },
  "legendSlug": {
   "type": "string",
   "description": "The ChatRIP legend slug to ask, such as marcus-aurelius or maya-angelou."
  },
  "personaSlug": {
   "type": "string",
   "description": "Alias for legendSlug."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chatrip-legends-chat-5a86bafd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chatrip.app](https://www.zero.xyz/host/chatrip.app/llms.txt)
