# Create multiple forums **POST /v1/forums~bulkCreate** Create multiple forums ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (array[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 Forums has been successfully created #### Body: application/json (object) - **created** (array[object]) The forums that were created. - **failed** (array[object]) The forums that failed to be created. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 413 Payload is too large [Powered by Bump.sh](https://bump.sh)