---
title: "Create a category"
method: POST
path: "/categories"
tags: ["Category"]
---

# Create a category

`POST /categories`

Create a new category

## Request body

- object
  - `name` string
  - `description` string

## Response `201`

Created

## Other responses

- `500` — Category already exists

---

[API](https://skmtc.net/rocketseat-education/apis/rentx-documentation.md) · [All operations](https://skmtc.net/rocketseat-education/apis/rentx-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocketseat-education/rentx-documentation/versions/a4cef5570f71/schema)
