---
title: "Create FAQ"
method: POST
path: "/knowledge-base/faq/create"
tags: ["knowledge-base"]
---

# Create FAQ

`POST /knowledge-base/faq/create`

Create a new FAQ entry in the knowledge base

## Request body

- object
  - `question` string, required — The FAQ question
  - `answer` string, required — The FAQ answer

## Response `201`

201 Created

- object
  - `context_id` string — The unique identifier for this FAQ
  - `type` string — Type of entry (faq)
  - `question` string — The FAQ question
  - `answer` string — The FAQ answer
  - `embedding` unknown[] — The vector embedding of the FAQ (Dimension: 768)
    - unknown
  - `attachments` unknown[] — Array of attachment URLs
    - unknown
  - `created_at` string — Creation timestamp

## Other responses

- `400` — Bad Request - Invalid input

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
