Skip to main content
POST
/
api
/
unipile
/
message
/
send
cURL
curl --request POST \
  --url https://api.example.com/api/unipile/message/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "chat_id": "<string>"
}
'

Body

application/json
chat_id
string
required
Minimum string length: 1
text
string
attachments
any[]
assistant_id
string

Response

201 - undefined