| Date | Remarks |
|---|---|
API Domain: https://api.helpbots.ai/api/chats/{resource}
When calling the API, make sure to check which request method is supported by the documentation!
All open API endpoints require a request header for authentication.
Request Header: x-api-key
Example:
x-api-key: {API KEY}
Go to the dashboard, navigate to Settings → API Token, click “Create,” enter a token name, then copy the generated token.

// 200 Success
// 401 Authentication Failed
// 402 Invalid Parameters
// 403 Resource Not Found
// 406 API Service Disabled
{
"data": {},
"msg": "Success",
"code": 200
}