# Tantra Authority — Psyche Reading Access

> Tantra Authority — Psyche Reading Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $19/call, status unknown (last checked 2026-09-15).

Purchases and delivers a lifetime access link to the downloadable/streamable guide 'Your Psyche — A Deeper Reading' via a one-time $19 USDC payment.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/psyche-reading
- Price: $19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tantra-authority-psyche-reading-access-4c538456
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X2k00ixLYKJ9tHmCo1CUD

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-psyche-reading-access-4c538456
```

Example prompt: Can you buy me lifetime access to the 'Your Psyche — A Deeper Reading' guide from Tantra Authority? It's $19 USDC and I want the download and streaming link.

## When to prefer this

Use this endpoint when a user specifically wants to purchase and gain lifetime access to Tantra Authority's 'Your Psyche — A Deeper Reading' content. Prefer this over generic content delivery endpoints when the user is seeking body-grounded, demythologized tantra psyche education in a one-time-purchase digital format.

## Known failure modes

- Payment not processed or insufficient USDC balance — access URL not returned
- Network timeout during payment settlement — no link delivered
- Invalid or expired x402 payment token — 402 or 4xx error response
- Service downtime on api.tantra-authority.com — 5xx error

## How this service works

Tantra without the mythology. A clean, body-grounded education in what tantra actually is — the breath, sound, movement, touch, and attention practices that produce documented results, stripped of the marketing.

## Output

Returns a JSON object containing an 'accessUrl' — a lifetime access link that allows the purchaser to download or stream the 'Your Psyche — A Deeper Reading' educational guide from Tantra Authority.

## 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": "Your Psyche — A Deeper Reading",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-psyche-reading-access-4c538456/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)
