# Create a forum **POST /v1/forums** Create a forum ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **name** (string) Name of the forum - **description** (string) Description of the forum - **emoji** (string) Emoji of the forum - **privacy** (string) Privacy of the forum ## Responses ### 201 The forum has been successfully created #### Body: application/json (object) - **id** (string) The id of the forum. - **name** (string) The name of the forum. - **emoji** (string) The emoji of the forum - **description** (string) The description of the forum - **createdAt** (integer) Timestamp in ms of creation date - **privacy** (string) Privacy of the forum ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)