# Create multiple topics **POST /v1/forums/{forumId}/topics~bulkCreate** Create multiple topics ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **forumId** (string) ID of the forum ### Body: application/json (array[object]) - **name** (string) Name of the topic - **content** (string) Content of the topic (in Markdown) ## Responses ### 201 Topics has been successfully created #### Body: application/json (object) - **created** (array[object]) The channels that were created. - **failed** (array[object]) The channels that failed to be created. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 413 Payload is too large [Powered by Bump.sh](https://bump.sh)