Skip to main content
POST
Create Knowledge Base Config Endpoint

Cuerpo

application/json

Schema for creating a knowledge base configuration

provider
enum<string>
requerido

Provider type (pinecone or qdrant)

Opciones disponibles:
pinecone,
qdrant,
openai,
redis
name
string
requerido

Friendly name for the configuration

Required string length: 1 - 255
config
Config · object
requerido

Provider-specific configuration

is_active
boolean
predeterminado:true

Whether the configuration is active

is_default
boolean
predeterminado:false

Whether this is the default configuration for the account

Respuesta

Successful Response

data
any
requerido

Response payload

meta
any
requerido

Metadata

success
boolean
predeterminado:true

Success indicator

message
string | null

Optional success message