---
title: "Creates a new collection"
method: POST
path: "/metadata/collections/{owner}"
tags: ["legacy catalog - collections"]
---

# Creates a new collection

`POST /metadata/collections/{owner}`

Please refer to the updated IRI-based resource endpoints.

## Path parameters

- `owner` string, required

## Request body

- CatalogRequest
  - `assetStatusIri` string
  - `description` string
  - `tags` string[]
  - `title` string

## Response `200`

Collection created successfully.

- CreateResponse
  - `message` string
  - `uri` string, uri, required

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
