Skip to main content
POST
API to chat with the AI assistant
SystemUser permission: ChatbotService:processMessage

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
message
any
conversationHistory
any

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)