# Tantra Authority — Open Relationship Blueprint eBook

> Tantra Authority — Open Relationship Blueprint eBook 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-14).

Purchases and delivers access to 'The Open Relationship Blueprint' eBook via a micropayment-gated GET request, returning a tokenized access URL.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/open-relationship-blueprint-book
- Price: $9.99/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-open-relationship-blueprint-ebook-b049d6df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YSKXNoe9BUWSnVvGN_hvu

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-open-relationship-blueprint-ebook-b049d6df
```

Example prompt: Can you buy me access to The Open Relationship Blueprint eBook from Tantra Authority? It's $9.99 USDC and I'd like the link to read it.

## When to prefer this

Use this endpoint when a user specifically wants to purchase and access 'The Open Relationship Blueprint' eBook from Tantra Authority and is prepared to spend $9.99 USDC via the x402 micropayment protocol. Prefer this over general relationship content search when the user wants a structured, paid educational resource rather than free web content, and when they are comfortable with crypto-based micropayments on the Base network.

## Known failure modes

- Insufficient USDC balance causes payment failure and no access URL is returned
- Invalid or missing x402 payment header results in a 402 Payment Required response
- Token expiry on the access URL may cause content to become inaccessible after a time window
- Network or payment rail congestion may delay transaction confirmation
- Duplicate rapid purchases may result in separate charges with separate access tokens

## How this service works

The Open Relationship Blueprint (eBook) — Tantra Authority

## Output

Returns a JSON object confirming the purchase with ok: true, the payment rail used (x402-usdc-base), the eBook title ('The Open Relationship Blueprint'), a blockchain transaction hash (txHash), and a tokenized access URL (accessUrl) pointing to tantra-authority.com where the eBook can be read.

## 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 Open Relationship Blueprint (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-open-relationship-blueprint-ebook-b049d6df/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)
