Overview
Inference API
agents
configurations
functions
integrations
- GETList integrations connections
- GETList integrations connections
- POSTCreate integration
- GETGet integration
- PUTUpdate integration connection
- DELDelete integration
- GETGet integration connection model endpoint configurations
- GETList integration connection models
- GETGet integration model endpoint configurations
knowledgebases
locations
API Reference
models
privateclusters
invitations
compute
- GETList Sandboxes
- POSTCreate Sandbox
- GETGet Sandbox
- PUTUpdate Sandbox
- DELDelete Sandbox
- GETList Sandboxes
- POSTCreate Sandbox Preview
- GETGet Sandbox Preview
- PUTUpdate Sandbox Preview
- DELDelete Sandbox Preview
- GETGet tokens for Sandbox Preview
- POSTCreate token for Sandbox Preview
- DELDelete token for Sandbox Preview
- PUTStart Sandbox
- PUTStop Sandbox
service_accounts
templates
workspaces
- GETList users in workspace
- POSTInvite user to workspace
- PUTUpdate user role in workspace
- DELRemove user from workspace or revoke invitation
- GETList workspaces
- POSTCreate worspace
- GETGet workspace
- PUTUpdate workspace
- DELDelete workspace
- POSTDecline invitation to workspace
- POSTAccept invitation to workspace
- DELLeave workspace
- POSTCheck workspace availability
knowledgebases
Update knowledgebase
Updates an knowledgebase.
PUT
/
knowledgebases
/
{knowledgebaseName}
curl --request PUT \
--url https://api.blaxel.ai/v0/knowledgebases/{knowledgebaseName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"collectionName": "<string>",
"embeddingModel": "<string>",
"embeddingModelType": "<string>",
"enabled": true,
"integrationConnections": [
"<string>"
],
"options": {},
"policies": [
"<string>"
],
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"sandbox": true
},
"status": "<string>"
}'
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"collectionName": "<string>",
"embeddingModel": "<string>",
"embeddingModelType": "<string>",
"enabled": true,
"integrationConnections": [
"<string>"
],
"options": {},
"policies": [
"<string>"
],
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"sandbox": true
},
"status": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the knowledgebase
Body
application/json
Knowledgebase
Response
200 - application/json
successful operation
Knowledgebase
Was this page helpful?
curl --request PUT \
--url https://api.blaxel.ai/v0/knowledgebases/{knowledgebaseName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"collectionName": "<string>",
"embeddingModel": "<string>",
"embeddingModelType": "<string>",
"enabled": true,
"integrationConnections": [
"<string>"
],
"options": {},
"policies": [
"<string>"
],
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"sandbox": true
},
"status": "<string>"
}'
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"collectionName": "<string>",
"embeddingModel": "<string>",
"embeddingModelType": "<string>",
"enabled": true,
"integrationConnections": [
"<string>"
],
"options": {},
"policies": [
"<string>"
],
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"sandbox": true
},
"status": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.