Skip to main content
POST
Create Knowledge Base Config Endpoint

Corpo

application/json

Schema for creating a knowledge base configuration

provider
enum<string>
obrigatório

Provider type (pinecone or qdrant)

Opções disponíveis:
pinecone,
qdrant,
openai,
redis
name
string
obrigatório

Friendly name for the configuration

Required string length: 1 - 255
config
Config · object
obrigatório

Provider-specific configuration

is_active
boolean
padrão:true

Whether the configuration is active

is_default
boolean
padrão:false

Whether this is the default configuration for the account

Resposta

Successful Response

data
any
obrigatório

Response payload

meta
any
obrigatório

Metadata

success
boolean
padrão:true

Success indicator

message
string | null

Optional success message