Sends a user message to an existing conversation and returns the assistant’s response. The assistant processes the message using its configured AI model and any available tools.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /conversations/{uuid}/messages
Path parameters
UUID of the conversation to send the message to.
Request
The user’s message. Maximum 2000 characters.
Response
Whether the request was successful.
The assistant’s response.
Functions executed by the assistant while processing the message. Empty array if none were called.
Example
200 Success
200 With function calls
404 Conversation not found
400 Insufficient balance
Each user message in a
widget conversation costs $0.01. Test conversations are free.