Send a message to a conversation
POST/api/v1/llm/send-message
Sends a user message to the specified conversation thread. This appends the message to history and starts a generation workflow run. If a run is already in progress, behavior depends on the conversation's interrupt policy.
See Messages and run outcomes for status interpretation and recovery.
Request
Responses
- 200
Message accepted and generation initiated
Document ID: DOC-MA-conversations-api-sendMessage. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-sendMessage#overview |
| Request | DOC-MA-conversations-api-sendMessage#request |
| Responses | DOC-MA-conversations-api-sendMessage#responses |