Skip to main content
POST
Create a message

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

cId
string
required

ID of the conversation

Body

application/json
content
string
required

The content of the message. Should not be empty.

Example:

"This is my message"

mentions
object[]
required

Empty array is accepted but won't trigger any agent.

context
object

Response

Message created successfully.

content
string
required

The content of the message. Should not be empty.

Example:

"This is my message"

mentions
object[]
required

Empty array is accepted but won't trigger any agent.

context
object