---
title: "Create Single Faq"
method: POST
path: "/v1/business/bot-faq"
tags: ["Botsonic Business FAQ"]
---

# Create Single Faq

`POST /v1/business/bot-faq`

Create bot faq

## Request body

- BotFaqInput
  - `question` string, required — The question for the FAQ entry.
  - `answer` string, required — The answer to the FAQ question.

## Response `200`

Successful Response

- BotFaqOutput
  - `id` string, uuid, required
  - `bot_id` string, uuid, required
  - `question` string, required
  - `answer` string, required
  - `error_reason` string
  - `status` 'accepted' | 'rejected' | 'processing' | 'processed' | 'deleting' | 'timed_out' | 'resyncing' | 'resync_failed', required — An enumeration.
  - `characters` integer, required
  - `migration_status` 'not_started' | 'in_progress' | 'completed' | 'error' — An enumeration.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/botsonic/apis/botsonic-api-docs.md) · [All operations](https://skmtc.dev/botsonic/apis/botsonic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botsonic/botsonic-api-docs/revisions/8719fe19681e/schema)
