Skip to content

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": [
  
]
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI