---
title: "Create new catalog"
method: POST
path: "/api/catalogs"
tags: ["Catalog"]
---

# Create new catalog

`POST /api/catalogs`

Creates a new catalog

## Request body

- CatalogCreate
  - `name` string, required
  - `type` string, required
  - `uri` string
  - `warehouse` string
  - `properties` object

## Response `201`

Catalog created successfully

- Catalog
  - `name` string, required
  - `type` string, required
  - `uri` string
  - `warehouse` string
  - `properties` object

## Other responses

- `400` — Invalid request parameters
- `500` — Internal server error

---

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