---
title: "Seo Biblical Chat Endpoint"
method: POST
path: "/api/seo/biblical-chat"
tags: ["seo"]
---

# Seo Biblical Chat Endpoint

`POST /api/seo/biblical-chat`

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Request body

- SeoBiblicalChatRequest
  - `question` string, required
  - `topic_question` string, nullable
  - `memory` boolean, nullable
  - `system_prompt` string, nullable

## Response `200`

Successful Response

- SeoBiblicalChatResponse
  - `answer` string, required
  - `bible_verses` string[]

## 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/versions/523833f9e819/schema)
