---
title: "Create"
method: POST
path: "/catalogs/create"
tags: ["Catalogs"]
---

# Create

`POST /catalogs/create`

Creates a new catalog.

## Headers

- `X-Batch-Project` string, required

## Request body

- object
  - `name` string, required — Unique identifier of the catalog.
  - `fields` Field[], required — List of fields defining the catalog schema.
    - `name` string, required — The name of the field as it will appear on catalog items.
    - `type` 'array' | 'bool' | 'date' | 'float' | 'integer' | 'string' | 'url', required — Enumerates the possible data types allowed for catalog fields.

## Response `201`

Resource created successfully

- EmptyResponse

## Other responses

- `400` — The request is malformed
- `401` — The Rest API Key is not valid for this project
- `429` — Too Many Requests
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

[API](https://skmtc.net/batch/apis/batch-rest-api.md) · [All operations](https://skmtc.net/batch/apis/batch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/batch/batch-rest-api/revisions/ec696334ff35/schema)
