Upload text to target ChatBot.
| Request method | Request address |
| POST | https://api.helplook.net/api/chat-bot/add-text |
Body Type: multipart/form-data
Parameters
| Parameter name | Type | Required | Description |
|---|---|---|---|
| token | string | Yes |
Get it from the AI Integrations -> AI Token |
| data | string | No |
Text, if empty, clear the data of "text" |
Response:
{
"data": {},
"msg": "Success",
"code": 200
}