---
title: "Create a new Catalog in the datamodel"
method: POST
path: "/catalogs"
tags: ["Classification & Catalog"]
---

# Create a new Catalog in the datamodel

`POST /catalogs`

Creates a Catalog resource.

## Request body

- CatalogCreate
  - `objectType` string, required
  - `description` string, nullable
  - `id` string, required — This is the unique identifier of the resource
  - `name` string, required

## Response `201`

Catalog resource created

- CatalogRead
  - `objectType` string, required
  - `description` string, nullable
  - `id` string, required — This is the unique identifier of the resource
  - `name` string, required
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `dateCreated` string, date-time, nullable — This is an ISO datetime

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
