Skip to main content
POST
Create Knowledge

Headers

x-knowledge-base-config-id
string<uuid> | null

Body

application/json

Schema for creating knowledge entries

title
string
required

Title of the knowledge entry

content
string
required

Content of the knowledge entry

client_id
string<uuid>
required

Client ID that owns this knowledge

description
string | null

Description of the knowledge entry

tags
string[] | null

Tags for categorization

metadata
Metadata · object | null

Additional metadata

is_active
boolean
default:true

Whether the knowledge entry is active

Response

Successful Response

data
any
required

Response payload

meta
any
required

Metadata

success
boolean
default:true

Success indicator

message
string | null

Optional success message