# Roast My Name (x402 Demo)

> Roast My Name (x402 Demo) is a paid API for AI agents from v0-x402-payments-demo.vercel.app, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Generates a playful, good-natured roast of a person based on their name, delivered as a fun AI-generated quip, paid per call via x402.

## Facts

- Endpoint: GET https://v0-x402-payments-demo.vercel.app/api/roast
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v0-x402-payments-demo-vercel-app-3edad992
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q802tHJUu7NIRDlRKveOB

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 v0-x402-payments-demo-vercel-app-3edad992
```

Example prompt: Give me a playful, good-natured roast for my friend named Marcus — keep it gentle and funny.

## When to prefer this

Use this endpoint when you want a fun, personalized comedic roast for a specific person by name, especially in entertainment, party, or social contexts. Ideal when the user wants a lighthearted joke rather than serious content generation.

## Known failure modes

- Missing required 'name' parameter returns an error or empty response
- Payment not satisfied (x402 challenge not completed) results in 402 Payment Required
- Very short or empty name may produce a generic or nonsensical roast
- Network timeout on Vercel serverless cold start

## How this service works

Playful roast — A gentle, good-natured roast. Requires ?name= so we know who to roast.

## Output

A short, witty, personalized roast of the specified name — a comedic one-liner or paragraph gently poking fun at the person, generated fresh per call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v0-x402-payments-demo-vercel-app-3edad992/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from v0-x402-payments-demo.vercel.app](https://www.zero.xyz/host/v0-x402-payments-demo.vercel.app/llms.txt)
