Endpoints

KNOWLEDGE BASE

Add text content that your bots use to answer questions.

GET/api/v1/bots/:id/knowledge

List all knowledge entries for a bot

POST/api/v1/bots/:id/knowledge

Add a knowledge entry

Request Body

namestring
contentstring (text content)
metadataobject (optional)
DELETE/api/v1/bots/:id/knowledge/:entry_id

Remove a knowledge entry

Was this page helpful?