# Tantra Authority — The Prophets Training Manual Access

> Tantra Authority — The Prophets Training Manual Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $14.97/call, status unknown (last checked 2026-09-13).

Returns a lifetime access link to download or stream 'The Prophets Training Manual', a secular, body-grounded educational resource on tantric practices.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/prophets-training-manual
- Price: $14.97/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tantra-authority-the-prophets-training-manual-access-06bbb6c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KJvuzPEdJrHLUCrigZ_vz

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-the-prophets-training-manual-access-06bbb6c6
```

Example prompt: Can you get me lifetime access to Tantra Authority's 'The Prophets Training Manual' — the secular, demystified one focused on breath, sound, movement, and touch practices?

## When to prefer this

Use this endpoint when a user explicitly wants to purchase or access 'The Prophets Training Manual' from Tantra Authority — a secular, body-grounded tantra education resource. It is a one-time paid content unlock returning a permanent access link, not a subscription or streaming service.

## Known failure modes

- Payment not confirmed — access URL not issued
- Invalid or expired payment token — 402 response returned
- Network timeout from API server — retry may resolve
- Endpoint returns malformed or empty accessUrl
- Service temporarily unavailable — 503 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

A JSON object containing an `accessUrl` field: a lifetime access link the user can use to download or stream 'The Prophets Training Manual'. No additional metadata is returned.

## 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": "The Prophets Training Manual",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-the-prophets-training-manual-access-06bbb6c6/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)
