v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
AI Chat

Send message to AI chat

Send a message to the AI assistant. Returns 202 Accepted and processes asynchronously. Use GET /v1/ai/chat/{chat-id}/status to poll for result.

post/v1/ai/chat/{chat-id}/message

Path parameters

chat-idinteger required

Chat session ID

Request body

messagestring required

Message text to send to AI assistant

contextobject

Optional context object passed to the AI assistant

Response

Message accepted for processing

status'processing'