# Tantra Authority — Tantra for Women eBook Purchase

> Tantra Authority — Tantra for Women eBook Purchase is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $19.97/call, status unknown (last checked 2026-09-14).

Purchases and delivers access to the 'Tantra for Women' eBook via a USDC micropayment on Base, returning a token-gated access URL.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/tantra-for-women-book-b
- Price: $19.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-tantra-for-women-ebook-purchase-1da25f38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zt7XNZVjbhLQWYV0qaR1P

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-tantra-for-women-ebook-purchase-1da25f38
```

Example prompt: Can you buy me the Tantra for Women eBook from Tantra Authority — the one that's a clean, no-mythology body-based guide — using USDC on Base for $19.97?

## When to prefer this

Use this endpoint when a user specifically wants to purchase and immediately access the 'Tantra for Women' eBook from Tantra Authority via a USDC micropayment on the Base blockchain. This is appropriate when the user wants a practical, demythologized tantra education resource for women delivered digitally without a traditional checkout flow.

## Known failure modes

- Insufficient USDC balance — payment fails and no access URL is returned
- Invalid or expired payment token — 402 Payment Required response
- Network or blockchain confirmation delay — transaction hash returned but access URL not yet active
- Access URL token expires — link becomes invalid after a set time window
- Duplicate purchase attempt — may result in a new charge rather than reusing prior access

## 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), the book title ('Tantra for Women (eBook)'), the blockchain transaction hash, and a token-gated access URL (https://tantra-authority.com/access.html?token=…) that the buyer uses to download or read the 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": "Tantra for Women (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-tantra-for-women-ebook-purchase-1da25f38/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)
