---
title: "Create collection"
method: POST
path: "/collections"
tags: ["Collections"]
---

# Create collection

`POST /collections`

Create a new collection

## Request body

- Collection
  - `title` string
  - `description` string

## Response `200`

successful operation

- Collection
  - `title` string
  - `description` string

---

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