# Send message **POST /api/v11/message** Send a message to a particular chat for a response ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Headers - **x-access-token** (string) ### Body: application/json (object) - **characterId** (integer) - **chatId** (integer) - **message** (string) ## Responses ### 200 Server Sent Events stream of JSON data of each token as it becomes available, as shown in the documented example. On the stream.on("end") event, no new data is sent. #### Body: text/event-stream (object) - **data** (object) ### 400 Bad request #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 429 User exceeded the message limit for their current plan #### Body: application/json (object) - **success** (boolean) - **error** (string) [Powered by Bump.sh](https://bump.sh)