---
title: "Adds items to a collection."
method: POST
path: "/Collections/{collectionId}/Items"
tags: ["Collection"]
---

# Adds items to a collection.

`POST /Collections/{collectionId}/Items`

## Path parameters

- `collectionId` string, uuid, required — The collection id.

## Query parameters

- `ids` string[], required — Item ids, comma delimited.

## Response `204`

Items added to collection.

## 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)
