POST
/
api
/
v1
/
chat
/
send-message
{
  "message": "<user-message>",
  "conversationId": "<string>",
  "botId": "<uuid>"
}
{
  "message": {
    "content": "<string>",
    "conversationId": "<string>"
  }
}

Response Description

Below you will see the description of the subscription response

message
object
required

The message object containing content and conversation details.

content
string
required

The content of the message.

conversationId
string
required

Unique identifier for the conversation.

POST
/
api
/
v1
/
chat
/
send-message
{
  "message": "<user-message>",
  "conversationId": "<string>",
  "botId": "<uuid>"
}
{
  "message": {
    "content": "<string>",
    "conversationId": "<string>"
  }
}

Response Description

Below you will see the description of the subscription response

message
object
required

The message object containing content and conversation details.

content
string
required

The content of the message.

conversationId
string
required

Unique identifier for the conversation.