---
title: "Create a playlist"
method: POST
path: "/playlists"
tags: ["Playlists"]
---

# Create a playlist

`POST /playlists`

## Headers

- `channel` string, required
- `organization` string, required

## Request body

- CreatePlaylistInput
  - `title` string, required — Playlist title
  - `posts` string[] — Array of post IDs

## Response `201`

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
