---
title: "Chat"
method: POST
path: "/api/b2b/chatbot"
tags: ["b2b"]
---

# Chat

`POST /api/b2b/chatbot`

## Request body

- B2BChatRequest
  - `message` string, required
  - `conversation_id` string, nullable
  - `church_name` string, nullable
  - `church_url` string, nullable
  - `bible_version` string, nullable

## Response `200`

Successful Response

- B2BChatResponse
  - `reply` string, nullable
  - `conversation_id` string, required
  - `bible_verses` string[]
  - `sources` Source[], nullable
    - `title` string, required
    - `url` string, required
    - `snippet` string, nullable
    - `favicon` string, nullable
    - `domain` string, nullable
  - `thoughts` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/523833f9e819/schema)
