Create a message
Create a message in the workspace identified by in the conversation identified by .
Authorizations
Your DUST API key is a Bearer token.
Body
The content of the message. Should not be empty.
"This is my message"
Empty array is accepted but won't trigger any agent.
Optional per-message model and reasoning-effort override applied to the
mentioned agent(s). When omitted, each agent runs its configured model.
A provider/model pair that is not authorized for the workspace is
rejected with a 400 (model_disabled), it does not fall back to the
agent's configured model. A malformed object, or an unknown reasoning
effort, also results in a 400.
Response
Message created successfully.
The content of the message. Should not be empty.
"This is my message"
Empty array is accepted but won't trigger any agent.
Optional per-message model and reasoning-effort override applied to the
mentioned agent(s). When omitted, each agent runs its configured model.
A provider/model pair that is not authorized for the workspace is
rejected with a 400 (model_disabled), it does not fall back to the
agent's configured model. A malformed object, or an unknown reasoning
effort, also results in a 400.