Skip to main content
POST
/
v1
/
chats
Create a new chat
curl --request POST \
  --url https://api.telaos.com/v1/chats \
  --header 'Content-Type: application/json' \
  --data '
{
  "module_id": "chat",
  "message": ""
}
'
{}

Headers

authorization
string

Body

application/json

Schema for chat message content.

Attributes: message (str): The text content of the message to be sent

module_id
string
default:chat
message
string
default:""

Response

Returns a dictionary containing the newly created chat ID

The response is of type object.