# Tantra Authority — Get Out of Your Head Course Access

> Tantra Authority — Get Out of Your Head Course Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $197/call, status unknown (last checked 2026-09-14).

Purchases and returns a lifetime access link to download or stream the 'Get Out of Your Head' tantric education course

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/get-out-of-your-head
- Price: $197/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-get-out-of-your-head-course-access-fb991f36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_37o8d9F4TFo0lXrDvK7jk

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-get-out-of-your-head-course-access-fb991f36
```

Example prompt: I want to buy lifetime access to the 'Get Out of Your Head' course from Tantra Authority — the one focused on breath, movement, and body practices without all the mythology. Can you get me the access link?

## When to prefer this

Use this endpoint when a user explicitly wants to purchase and gain lifetime access to the 'Get Out of Your Head' course by Tantra Authority, particularly when they are interested in a secular, body-grounded approach to tantra education stripped of esoteric mythology.

## Known failure modes

- Payment of $197 USDC not received or declined — returns payment error
- Service unavailable or API down — returns HTTP 5xx error
- Invalid or expired payment token — returns authorization error
- Access link generation failure — response missing accessUrl field

## 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 'Get Out of Your Head' course on practical, body-grounded tantra education.

## 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": "Get Out of Your Head",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-get-out-of-your-head-course-access-fb991f36/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)
