Skip to main content

Create Knowledge Base

Create a new knowledge base associated with the user's account to store and manage information related to a specific topic or subject.

Request Body REQUIRED
title string REQUIRED

The title of the knowledge base.

description string REQUIRED

A brief description of the knowledge base.

Responses
200

Knowledge Base creation response

Schema OPTIONAL
data object
id string
user_id integer
icon string
title string
slug string
description string
deleted_at null
created_at string
is_active boolean
user OPTIONAL
settings OPTIONAL
400

Knowledge Base validation error

Schema OPTIONAL
status number
message string
errors undefined[]
500

Server Error

Schema OPTIONAL
message string