# Create a topic **POST /v1/forums/{forumId}/topics** Create a topic ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **forumId** (string) The id of the forum ### Body: application/json (object) - **name** (string) Name of the topic - **content** (string) Content of the topic (in Markdown) ## Responses ### 201 Topic has been successfully created #### Body: application/json (object) - **id** (string) The id of the topic. - **name** (string) The name of the topic. - **closedAt** (integer | null) Date at which the topic has been closed (Unix timestamp format), or null if the topic is active ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)