Knowledge Base
Set Agent Files
Call Management
Conversational AI
Agents
Campaigns
Call Management
Conversational AI
API Reference
Agents
Knowledge Base
Set Agent Files
POST
/
knowledge
/
set_agent_files
curl --request POST \
--url https://api-west.millis.ai/knowledge/set_agent_files \
--header 'Content-Type: application/json' \
--data '{
"agent_id": "<string>",
"files": [
"<string>"
],
"messages": [
"<string>"
]
}'
"<any>"
Headers
Private Key
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api-west.millis.ai/knowledge/set_agent_files \
--header 'Content-Type: application/json' \
--data '{
"agent_id": "<string>",
"files": [
"<string>"
],
"messages": [
"<string>"
]
}'
"<any>"