---
title: "Adds items to a playlist."
method: POST
path: "/Playlists/{playlistId}/Items"
tags: ["Playlists"]
---

# Adds items to a playlist.

`POST /Playlists/{playlistId}/Items`

## Path parameters

- `playlistId` string, uuid, required — The playlist id.

## Query parameters

- `ids` string[], nullable — Item id, comma delimited.
- `userId` string, uuid, nullable — The userId.

## Response `204`

Items added to playlist.

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