---
title: "create kb question"
method: POST
path: "/admin/kb/{kb_id}/question"
tags: ["question"]
---

# create kb question

`POST /admin/kb/{kb_id}/question`

## Path parameters

- `kb_id` integer, required

## Request body

- SvcDocCreateQAReq
  - `ai_insight_id` integer
  - `desc` string
  - `markdown` string, required
  - `title` string, required

## Response `200`

OK

- object
  - `data` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
