# Talk to Jesus

> Talk to Jesus is a paid API for AI agents from jesuschrist.sh, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Sends a message or question to an AI Jesus persona and returns a scripture-grounded response

## Facts

- Endpoint: POST https://jesuschrist.sh/chat
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/talk-to-jesus-e8c75588
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LJHg3m0Ywb5zkE20u0JsP

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 talk-to-jesus-e8c75588 -d '<json body>'
```

Example prompt: Ask the Jesus AI: 'What should I do when I feel lost and hopeless?'

## When to prefer this

Use this endpoint when a user wants a spiritually-framed, Jesus-persona conversational response grounded in Christian scripture. Prefer this over general religion Q&A APIs when the user specifically wants the voice and perspective of Jesus with biblical citations.

## Known failure modes

- Empty or missing prompt field returns an error
- Overly long prompts may be truncated or rejected
- Payment failure (x402) returns 402 status with payment details required
- Offensive or out-of-scope prompts may return a refusal or redirect
- Network timeout if the generative backend is slow

## How this service works

Talk to Jesus

## Output

A text response written from the perspective of Jesus, often citing specific Bible verses and scripture passages (e.g. Matthew 22:37-40), offering spiritual counsel or biblical teaching relevant to the question asked.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Your question or message to Jesus"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "response": "The greatest commandment is to love the Lord your God with all your heart, with all your soul, and with all your mind. This is the first and greatest commandment. The second is like it: You shall love your neighbor as yourself. On these two commandments hang all the Law and the Prophets.\n\nAs it is written in the Holy Scripture, in the book of Matthew 22:37-40..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/talk-to-jesus-e8c75588/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jesuschrist.sh](https://www.zero.xyz/host/jesuschrist.sh/llms.txt)
