- README
- Authentication
- Guides
- API Keys
- Chats
- Documents
- Knowledge Bots
Add Document to Knowledge Bot
Testing
POST
/api/knowledge-bots/{id}/documents
kbdocument
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Body Params application/json
path
string
required
filename
string
required
user_metadata
string | integer | boolean | array | object | number | null
optional
Example
{
"path": "/etc/namedb/hatchback_repurpose_bicycle.yml",
"filename": "payment.crl",
"user_metadata": "reprehenderit ad Ut esse sit"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.crbnai.com/api/knowledge-bots//documents' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "/etc/namedb/hatchback_repurpose_bicycle.yml",
"filename": "payment.crl",
"user_metadata": "reprehenderit ad Ut esse sit"
}'
Responses
🟢200OK
text/plain
Body
null
optional
Example
{
"knowledge_base_id": "1ab61a25-f4b7-42f7-8845-0bfce7a41943",
"name": "fugit",
"path": "quasi",
"created_at": "2096-03-24T04:25:55.607Z",
"updated_at": "2032-05-10T13:22:01.954Z",
"last_parsed_page": 49509,
"status": "animi",
"id": "5fe1fd39-b1ae-4976-b4fe-34943b693b0d"
}
Modified at 2023-12-14 17:21:19