# AgentCash Router · Fortune Demo (Premium)

> AgentCash Router · Fortune Demo (Premium) is a paid API for AI agents from fortune.fulinlabs.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a pay-per-call AI-generated fortune or prediction, gated behind a $0.005 USDC micropayment via the x402 protocol.

## Facts

- Endpoint: POST https://fortune.fulinlabs.com/api/fortune/premium
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentcash-router-fortune-demo-premium-ad0f2b60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GafFXIkUpGwXvA6sCwTNF

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 agentcash-router-fortune-demo-premium-ad0f2b60 -d '<json body>'
```

Example prompt: Give me a fortune using the premium fortune API — pay the $0.005 USDC fee automatically via x402.

## When to prefer this

Choose this endpoint when you want to demonstrate or test the x402 machine-payable API protocol with a real USDC micropayment, or when you need a lightweight, deployable example of a pay-per-call AI agent API. It is ideal for developers exploring agent-native payment flows, not for production fortune or prediction use cases at scale.

## Known failure modes

- Payment rejected — insufficient USDC balance or malformed x402 payment header returns a 402 Payment Required error
- Invalid or missing payment header results in access denial
- Network timeout on Vercel cold start may cause delayed or failed response
- Incorrect USDC amount tendered returns payment validation failure

## How this service works

Pay-per-call fortune API on x402 and MPP, deployed in one click to Vercel.

## Output

A short fortune or prediction text returned after the $0.005 USDC micropayment is processed via x402. The response is a premium fortune message, distinct from any free tier, delivered as a JSON payload or plain text string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "enum": [
    "love",
    "career",
    "health"
   ],
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentcash-router-fortune-demo-premium-ad0f2b60/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fortune.fulinlabs.com](https://www.zero.xyz/host/fortune.fulinlabs.com/llms.txt)
