# Create a new album **POST /album/createAlbum** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **name** (string) ## Responses ### 200 Album created successfully #### Body: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400 Invalid request. The request was malformed or missing required parameters. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)