# Macaroon Network Christian Topic Scripture Guide

> Macaroon Network Christian Topic Scripture Guide is a paid API for AI agents from api.macaroonnetwork.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a bounded, source-labelled set of public-domain Bible passages and neutral reflection prompts for one of six predefined Christian topics

## Facts

- Endpoint: POST https://api.macaroonnetwork.com/execute/christian-topic-scripture-guide-v1
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macaroon-network-christian-topic-scripture-guide-1ca9c73c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L2W-WMZw4-G1s38iofiE5

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 macaroon-network-christian-topic-scripture-guide-1ca9c73c -d '<json body>'
```

Example prompt: Can you pull up a curated set of public-domain Bible passages and reflection prompts on the topic of hope — I want source-labelled verses I can use for a devotional session?

## When to prefer this

Choose this endpoint when you need a curated, bounded set of public-domain Bible passages with source labels and reflection prompts for a specific predefined Christian topic, especially in devotional, Bible study, or sermon-preparation contexts. Prefer this over general Bible search APIs when you want topic-scoped, pre-curated content with neutral reflection prompts rather than keyword search results. Use when you need guaranteed public-domain licensing compliance with translation attribution.

## Known failure modes

- Invalid or unsupported topic selection returns an error — only six predefined topics are accepted
- Malformed request body or missing required fields results in a validation error
- Payment failure via x402 protocol prevents content delivery
- Network timeout or service unavailability returns a 5xx error

## How this service works

Return a bounded, source-labelled set of public-domain Bible passages and neutral reflection prompts for one of six predefined topics.

## Output

A structured, bounded collection of source-labelled public-domain Bible passages (e.g. BSB, WEB) organized around one of six predefined Christian topics, accompanied by neutral reflection prompts designed for personal or group devotional use. Each passage includes its scriptural reference and translation source label.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macaroon-network-christian-topic-scripture-guide-1ca9c73c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.macaroonnetwork.com](https://www.zero.xyz/host/api.macaroonnetwork.com/llms.txt)
