Upload files to the target ChatBot, only docx and markdown files are supported.
| Request method | Request address |
| POST | https://api.helplook.net/api/chat-bot/add-file |
Body Type: multipart/form-data
Parameters
| Parameter name | Type | Required | Description |
|---|---|---|---|
| token | string | Yes |
Get it from the AI Integrations -> AI Token |
| files[] | file | Yes |
Array of files |
Response:
{
"data": {},
"msg": "Success",
"code": 200
}