Appearance
Ask the widget assistant for a RAG-only answer from product knowledge​
POST
/widget/assistant/message
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Request Body​
application/json
JSON"message": "string"
{
 Â
}
Responses​
OK
application/json
JSON"answer": "string","status": "string","intent": "string","items": []
{
 Â
 Â
 Â
 Â
 Â
}