# Tantra Authority — Free Yourself From Fear eBook Access

> Tantra Authority — Free Yourself From Fear eBook Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $9.99/call, status unknown (last checked 2026-09-15).

Purchases and delivers a lifetime access link to download or stream the 'Free Yourself From Fear' eBook for $9.99 USDC.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/free-yourself-from-fear-book
- Price: $9.99/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-free-yourself-from-fear-ebook-access-5234a394
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0MeWR-q8h1TORQd2XeigT

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-free-yourself-from-fear-ebook-access-5234a394
```

Example prompt: Can you buy me the 'Free Yourself From Fear' eBook from Tantra Authority and get me a lifetime download link? I want the body-grounded, no-mythology version.

## When to prefer this

Use this endpoint when a user wants to purchase and immediately receive lifetime access to the 'Free Yourself From Fear' eBook from Tantra Authority, specifically as a pay-per-call x402 USDC microtransaction without requiring a subscription or account creation.

## Known failure modes

- Payment of 9.99 USDC fails or is rejected — no access URL returned
- Payment processed but access URL generation fails — link may be invalid or missing
- Network timeout during request — no response received
- Invalid or expired payment token — 402 or 401 error returned

## How this service works

Free Yourself From Fear (eBook) — Tantra Authority

## Output

A JSON object containing an 'accessUrl' field — a lifetime access link that allows the buyer to download or stream the 'Free Yourself From Fear' eBook.

## 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": "Free Yourself From Fear (eBook)",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-free-yourself-from-fear-ebook-access-5234a394/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)
