# Tantra Authority — First Session 30-Minute Video Access

> Tantra Authority — First Session 30-Minute Video Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $250/call, status unknown (last checked 2026-09-14).

Purchases and returns a lifetime access link to stream or download the 30-minute introductory tantra education video, stripped of mysticism and focused on somatic practices.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/session-30
- Price: $250/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-first-session-30-minute-video-access-4a0644b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JjQ0a77U4SmOjhO9WK5G3

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-first-session-30-minute-video-access-4a0644b8
```

Example prompt: I want to buy the Tantra Authority 30-minute intro session — the one that teaches tantra without the mythology, focused on breath and body practices — and get a lifetime link I can watch anytime.

## When to prefer this

Use this endpoint when a user explicitly wants to purchase and gain permanent access to the Tantra Authority 30-minute introductory session — a demystified, body-grounded tantra education video. Prefer this over general content search or free resources when the user wants a structured, purchasable intro session with lifetime access.

## Known failure modes

- Payment of 250 USDC not completed — no access link returned
- Payment processed but access URL generation fails — contact support
- Invalid or expired session token from payment layer
- Network timeout during URL generation
- Access URL already issued for this payment (idempotency — same link returned)

## 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` field: a lifetime access link the user can use to download or stream the 30-minute 'First Session' introductory tantra education video.

## 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": "First Session (30-min)",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-first-session-30-minute-video-access-4a0644b8/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)
