> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seleqt.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Chats send message

## POST /api/v1/public/chats/:prospect\_id/send-message/

Send a message in a chat.

Auth: `X-API-Key`

Body

```json theme={null}
{
  "message": "Hey there from the API!"
}
```
