# jesus/chat

> jesus/chat is a paid API for AI agents from www.jesuschrist.sh, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Sends a message or question to a simulated Jesus persona and returns a biblical-style conversational response

## Facts

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

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 jesus-chat-ca2a1a14 -d '<json body>'
```

Example prompt: Ask Jesus what he teaches about forgiveness and how to forgive someone who has deeply hurt you.

## When to prefer this

Choose this endpoint when you need a conversational, first-person Jesus-persona response grounded in Christian scripture and teachings. Useful for spiritual exploration, creative writing, religious Q&A, or faith-based chatbot applications.

## Known failure modes

- Missing or empty prompt field returns an error
- Prompt too long may be truncated or rejected
- Network or payment failure returns 402 or 5xx error
- Ambiguous or off-topic prompts may yield generic responses

## How this service works

Talk to Jesus

## Output

A conversational, biblical-style response from a simulated Jesus persona, drawing on scripture references and Christian teachings, answering the submitted question or message in first-person voice.

## Example request

```json
{
 "prompt": "What does your teaching say about forgiveness and how can I forgive someone who has hurt me deeply?"
}
```

## 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/jesus-chat-ca2a1a14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.jesuschrist.sh](https://www.zero.xyz/host/www.jesuschrist.sh/llms.txt)
