# 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 Example: "Welcome to the meeting!" ## Response 200 fields (application/json): - `message` (string) Example: "Message sent to the meeting bot." ## Response 400 fields (application/json): - `message` (string) Error message Example: "The selected transcription model is invalid." - `errors` (object) Error code - `errors.transcription_model` (array) List of errors per parameter Example: ["The selected transcription model is invalid."] ## Response 401 fields (application/json): - `message` (string) Error message Example: "Unauthenticated."