---
title: "Create a content collection"
method: POST
path: "/collections"
---

# Create a content collection

`POST /collections`

Create a new content collection for the authenticated creator.

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `label` string, required — Label for the new collection

## Response `201`

Collection created

- object
  - `uuid` string, uuid, required — Unique identifier of the collection
  - `label` string, required — Display label of the collection
  - `createdAt` string, date, nullable, required — When the collection was created

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `409` — A collection with this label already exists
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded
- `503` — Upstream collections service is unavailable

---

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