# x402.forgemesh.io Daily Bible Verse

> x402.forgemesh.io Daily Bible Verse is a paid API for AI agents from x402.forgemesh.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the same King James Version Bible verse for every caller on a given UTC date, chosen deterministically from a curated pool of ~375 comfort and encouragement passages.

## Facts

- Endpoint: POST https://x402.forgemesh.io/daily-verse
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-forgemesh-io-daily-bible-verse-d933a9c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_77tzVwCkQ8j-0ynOz6pgI

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 x402-forgemesh-io-daily-bible-verse-d933a9c2 -d '<json body>'
```

Example prompt: What's the King James Version daily Bible verse for today, May 20? Pull the comfort and encouragement verse from the forgemesh daily verse service.

## When to prefer this

Use this endpoint when you need a consistent, deterministic daily Bible verse — one that is the same for all callers on a given UTC day — drawn from a curated pool of uplifting KJV passages. Prefer this over random verse generators when reproducibility and a devotional/encouragement focus matter.

## Known failure modes

- Invalid date format (not YYYY-MM-DD) returns an error
- Unsupported translation code (only 'kjv' currently hosted) returns an error
- Payment not completed (x402 protocol) results in 402 response before verse is returned
- Network timeout if the service is temporarily unavailable

## How this service works

A single King James Version verse chosen deterministically for the day — same result for every caller on that UTC date, from a curated pool of ~375 well-known comfort and encouragement passages.

## Output

A single KJV Bible verse deterministically selected for the specified UTC date, including the verse text and its scriptural reference, from a curated pool of roughly 375 well-known comfort and encouragement passages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "date": {
   "type": "string",
   "description": "Optional: YYYY-MM-DD (UTC). Defaults to today. Same date always returns the same verse."
  },
  "translation": {
   "type": "string",
   "description": "Optional: translation code. Currently hosted: kjv (default)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "date": "2026-01-01",
  "text": "The LORD is my shepherd; I shall not want.",
  "pool_size": 376,
  "reference": "Psalms 23:1",
  "translation": "kjv"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-forgemesh-io-daily-bible-verse-d933a9c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.forgemesh.io](https://www.zero.xyz/host/x402.forgemesh.io/llms.txt)
