# Send Chat Message Send a chat message as the meeting bot Endpoint: POST /bot/{id}/chat-message Version: v1 Security: bearerAuth ## Path parameters: - `id` (string, required) Bot ID ## Request fields (application/json): - `message` (string, required) The URL to the meeting itself which the bot will use to join ## Response 200 fields (application/json): - `message` (string) ## Response 400 fields (application/json): - `message` (string) Error message - `errors` (object) Error code - `errors.transcription_model` (array) List of errors per parameter ## Response 401 fields (application/json): - `message` (string) Error message