# Tantra Authority — Two Breaths Away Guided Meditation Library

> Tantra Authority — Two Breaths Away Guided Meditation Library is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $29.97/call, status unknown (last checked 2026-09-14).

Purchases and delivers access to a 19-track, 4h52m guided meditation audio library focused on breath, body, and somatic tantra practices via x402 micropayment.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/two-breaths-away
- Price: $29.97/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-two-breaths-away-guided-meditation-library-b17d21d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VcL_1Y3a-ZEOcN0ScDjaT

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-two-breaths-away-guided-meditation-library-b17d21d8
```

Example prompt: Can you get me access to the Two Breaths Away guided meditation library from Tantra Authority — the 19-track breath and body collection? Go ahead and process the payment.

## When to prefer this

Choose this endpoint when a user explicitly wants to purchase and gain immediate access to the Two Breaths Away guided meditation library from Tantra Authority, and is comfortable with a $29.97 USDC micropayment via the x402 protocol. It is not a subscription or preview endpoint — it delivers a one-time purchase access link to a fixed 19-track library.

## Known failure modes

- Insufficient USDC balance — payment authorization fails and access URL is not returned
- Invalid or missing x402 payment header — request rejected before processing
- Token generation failure — payment succeeds but access URL is not delivered
- Network timeout — payment may have processed but response not received, risking double charge
- Access URL expiry — token in returned URL may expire after a short window

## 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 with ok: true, the payment rail used (x402-usdc-base), a transaction hash, the library title ('Two Breaths Away — Guided Meditation Library, 19 tracks, 4h52m'), and a time-limited access URL pointing to the tantra-authority.com access page with a unique token.

## 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": "Two Breaths Away — Guided Meditation Library (19 tracks, 4h52m)",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-two-breaths-away-guided-meditation-library-b17d21d8/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)
