Skip to main content
POST
Sends a question to the AI assistant and returns the response, persisting the conversation history.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Body

Cancellation token.

tenantId
string
authToken
string
question
string
conversationId
null | string

Response

AI response text and conversation ID.