# Tantra Authority — 30-Day Unlimited Reading Access Pass

> Tantra Authority — 30-Day Unlimited Reading Access Pass is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $9.99/call, status unknown (last checked 2026-09-14).

Purchases and grants 30-day unlimited access to body-grounded tantra educational content via a one-time USDC payment over x402.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/reading-unlimited-30d
- Price: $9.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tantra-authority-30-day-unlimited-reading-access-pass-9bbfc3a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d0nQqOP0WZsBYBvXNRaqa

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 tantra-authority-30-day-unlimited-reading-access-pass-9bbfc3a3
```

Example prompt: I want to get 30-day unlimited access to Tantra Authority's educational content — the practical, body-grounded stuff about breath, sound, and movement — can you purchase that pass for me with USDC?

## When to prefer this

Use this endpoint when a user wants immediate, paid 30-day unlimited access to Tantra Authority's educational content and is willing to transact in USDC on the Base blockchain via the x402 protocol. Prefer this over free or subscription-based alternatives when the user values a one-time, no-commitment access window with instant token delivery.

## Known failure modes

- Insufficient USDC balance — payment rejected, no access granted
- x402 payment protocol failure — transaction not confirmed on Base chain
- Expired or invalid token — access URL does not work after retrieval
- Rate limiting or server unavailability — 5xx response with no access granted
- Duplicate purchase — same user paying again within active 30-day window may receive no additional benefit

## How this service works

Unlimited Tarot Readings — 30-Day Access Pass — Tantra Authority

## Output

Returns a JSON object with ok: true, the payment rail used (x402-usdc-base), a human-readable title, a blockchain transaction hash, and a tokenized access URL granting 30 days of unlimited reading on the Tantra Authority platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "rail": "x402-usdc-base",
  "title": "Unlimited Tarot Readings — 30-Day Access Pass",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-30-day-unlimited-reading-access-pass-9bbfc3a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tantra-authority.com](https://www.zero.xyz/host/api.tantra-authority.com/llms.txt)
