POST /chat
Send a message and receive a synchronous reply.
Response
GET /sessions
List active sessions.DELETE /sessions/
Clear a session’s conversation history.WebSocket streaming
Connect tows://localhost:7432/ws and send:
POST /chat/canvas
Send a message and request a structured output (canvas render).canvas_data when the LLM produces chart-compatible output:
