Chat Messages
Send Chat Message
Available for: Chatflow, New Agent, Chatbot, Agent apps.
Sends a message to a chat app and returns the assistant's reply. The events in the streaming response vary by app type.
post/chat-messages
Request body
Response
Successful response. The content type and structure depend on the response_mode parameter in the request.
- If response_mode is blocking, returns application/json with a ChatCompletionResponse object.
- If response_mode is streaming, returns text/event-stream with a stream of Server-Sent Events.