---
title: "Create content category"
method: POST
path: "/api/v5/admin/content-categories/"
tags: ["Admin Content Categories"]
---

# Create content category

`POST /api/v5/admin/content-categories/`

## Request body

- BodyContentsCategoriesAdminCreateApiV5AdminContentCategoriesPost
  - `contents_category` ContentsCategoryInCreate, required — Content Category schema in create
    - `name` string, required

## Response `201`

Successful Response

- ContentsCategoryInResponse — Content response model
  - `contentsCategory` ContentsCategory, required — Content category model
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/versions/3d192098b1ac/schema)
