> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Create category

> Create a new job category

<Note>Requires admin authentication</Note>

<ParamField body="name" type="string" required>
  The name of the category
</ParamField>

<ResponseExample>
  ```json Response theme={"system"}
    {
      "id": 123,
      "name": "<string>"
    }
  ```
</ResponseExample>
