---
title: "Creates a new collection."
method: POST
path: "/Collections"
tags: ["Collection"]
---

# Creates a new collection.

`POST /Collections`

## Query parameters

- `name` string, nullable — The name of the collection.
- `ids` string[], nullable — Item Ids to add to the collection.
- `parentId` string, uuid, nullable — Optional. Create the collection within a specific folder.
- `isLocked` boolean — Whether or not to lock the new collection.

## Response `200`

Collection created.

- CollectionCreationResult
  - `Id` string, uuid

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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