Endpoints
KNOWLEDGE BASE
Add text content that your bots use to answer questions.
GET
/api/v1/bots/:id/knowledgeAuth
List all knowledge entries for a bot
POST
/api/v1/bots/:id/knowledgeAuth
Add a knowledge entry
Request Body
namestringcontentstring (text content)metadataobject (optional)DELETE
/api/v1/bots/:id/knowledge/:entry_idAuth
Remove a knowledge entry
Was this page helpful?