cURL
curl --request POST \ --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/train \ --header 'Authorization: Bearer <token>'
{ "message": "accepted" }
Send a trigger to train the knowledge base again
Retrieve your API Key from Dashboard API Keys Section.
The ID of the knowledge base to query.
Successful response
"accepted"