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

authorization
string | null

Private Key

Body

application/json
agent_id
string
required
files
string[]
required
messages
string[] | null

Response

200
application/json
Successful Response

The response is of type any.