# Tantra Authority — The Flame Full Reading

> Tantra Authority — The Flame Full Reading is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $7/call, status unknown (last checked 2026-09-15).

Delivers a lifetime-access link to download or stream 'The Flame — Your Full Reading', a demythologized tantra educational resource.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/reading-flame
- Price: $7/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-the-flame-full-reading-875724b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__qiK5JvZ44REL7Pd1W_t7

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-the-flame-full-reading-875724b7
```

Example prompt: Get me lifetime access to 'The Flame — Your Full Reading' from Tantra Authority — the full demythologized tantra guide on breath, sound, movement, and touch practices.

## When to prefer this

Use this endpoint when a user explicitly wants to purchase and access 'The Flame — Your Full Reading' from Tantra Authority, specifically the full-length demythologized tantra educational content with lifetime download/streaming rights.

## Known failure modes

- Payment of 7 USDC not completed — no access link returned
- Invalid or expired payment token — 402 Payment Required response
- Access URL generation failure — server-side error with 5xx response
- Network timeout on content delivery server

## How this service works

The Flame — Your Full Reading — Tantra Authority

## Output

Returns a JSON object with an `accessUrl` field containing a lifetime access link to download or stream 'The Flame — Your Full Reading' educational content.

## 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": "The Flame — Your Full Reading",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-the-flame-full-reading-875724b7/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)
