# Create a tag **POST /v1/tags** Create a tag ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **name** (string) Name of the tag - **emoji** (string) Emoji of the tag ## Responses ### 201 The tag has been successfully created #### Body: application/json (object) - **id** (string) The id of the tag. - **name** (string) The name of the tag. - **emoji** (string) The emoji of the tag - **order** (integer) The order of the tag. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)