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

# Create a new user catalog

`POST /api/v1/catalog/catalogs/`

Create a new user catalog

Required Query Parameters:
- **name**: The name of the new catalog


Returns:
- **UserCatalog**: The new user catalog

## Query parameters

- `name` string, required

## Response `201`

The new user catalog was created

- UserCatalog
  - `id` integer, required
  - `name` string, required
  - `created_at` string, date-time, required

## Other responses

- `409` — The catalog name already exists
- `422` — The catalog name is invalid

---

[API](https://skmtc.net/flox/apis/floxhub-catalog-server.md) · [All operations](https://skmtc.net/flox/apis/floxhub-catalog-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flox/floxhub-catalog-server/revisions/11bdb74527de/schema)
