# Create a collection **POST /v1/collections** Create a collection ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **name** (string) Name of the collection - **description** (string) Description of the collection - **emoji** (string) Emoji illustrating the collection - **privacy** (string) Privacy of the collection. Defaults to Public. ## Responses ### 201 Collection has been successfully created #### Body: application/json (object) - **id** (string) The id of the collection. - **name** (string) The name of the collection. - **description** (string) The description of the collection. - **emoji** (string | null) The emoji illustrating the collection. Null when the collection has none. - **privacy** (string) The privacy of the collection. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)