# User signup **POST /api/v11/signup** Create an account ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Body: application/json (object) - **username** (string) - **email** (string) - **password** (string) ## Responses ### 200 Access token to be used with the rest of the API #### Body: application/json (object) - **success** (boolean) - **accessToken** (string) ### 400 Bad request #### 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)