# Tantra Authority — SACRED GEOGRAPHY Dunes Download Access

> Tantra Authority — SACRED GEOGRAPHY Dunes Download Access is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $97/call, status unknown (last checked 2026-09-14).

Purchases and delivers a lifetime access link to download or stream the 'SACRED GEOGRAPHY — Dunes' tantric education content.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/sg-dune-sweep
- Price: $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-sacred-geography-dunes-download-access-2bca9f3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3h1F6TTriwmwPRiNUtMqi

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-sacred-geography-dunes-download-access-2bca9f3c
```

Example prompt: Can you buy me lifetime access to the SACRED GEOGRAPHY — Dunes program from Tantra Authority? I want the download and streaming link.

## When to prefer this

Use this endpoint specifically when a user wants to purchase and receive lifetime access to the 'SACRED GEOGRAPHY — Dunes' content module from Tantra Authority. It is a one-time purchase gate for a specific digital product, not a subscription or a general tantra information lookup.

## Known failure modes

- Payment of 97 USDC not completed or rejected — no access URL returned
- Invalid or expired payment session — endpoint returns error without access link
- Network timeout during payment processing — uncertain whether access was granted
- Content temporarily unavailable — access URL returned but link does not resolve

## 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' field — a permanent, lifetime-valid link to download or stream the 'SACRED GEOGRAPHY — Dunes' tantra education content from Tantra Authority.

## 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": "SACRED GEOGRAPHY — Dunes",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-sacred-geography-dunes-download-access-2bca9f3c/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)
