Skip to main content
POST
Create Knowledge

Encabezados

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

Cuerpo

application/json

Schema for creating knowledge entries

title
string
requerido

Title of the knowledge entry

content
string
requerido

Content of the knowledge entry

client_id
string<uuid>
requerido

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
predeterminado:true

Whether the knowledge entry is active

Respuesta

Successful Response

data
any
requerido

Response payload

meta
any
requerido

Metadata

success
boolean
predeterminado:true

Success indicator

message
string | null

Optional success message