---
title: "Create a catalog"
method: POST
path: "/api/catalogs/{catalogName}"
tags: ["catalogs"]
---

# Create a catalog

`POST /api/catalogs/{catalogName}`

Create a catalog. Each catalog in a project must have a unique name. Catalog names can be no longer than 255 characters and must contain only alphanumeric characters and dashes.

## Path parameters

- `catalogName` string, required

## Response `200`

successful operation

## Other responses

- `201` — Catalog created
- `400` — Invalid parameters
- `401` — Invalid API key
- `500` — Internal server error

---

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