---
title: "Insert section into playlist"
method: POST
path: "/api/playlist/{PlaylistName}/{SectionName}/item"
tags: ["playlist"]
---

# Insert section into playlist

`POST /api/playlist/{PlaylistName}/{SectionName}/item`

Insert an item into the `{SectionName}` section of playlist `{PlaylistName}`.

## Request body

- object

## Response `200`

Item inserted

- object

---

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