Skip to main content
POST
/
kb
/
v1
/
knowledge-bases
/
{id}
/
train
Train Knowledge Base
curl --request POST \
  --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/train \
  --header 'Authorization: Bearer <token>'
{
  "message": "accepted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

The ID of the knowledge base to query.

Response

Successful response

message
string
Example:

"accepted"