---
title: "Create a Playlist"
method: POST
path: "/playlists"
---

# Create a Playlist

`POST /playlists`

create new playlist

## Headers

- `content-type` string

## Request body

- object
  - `name` string — pass here name of playlist
  - `folder_id` string — pass here {id} of a folder you want assign playlist to

## Response `201`

201

- object
  - `account_id` string
  - `aspect_ratio` integer[]
  - `created_at` number
  - `folder_id` string
  - `id` string
  - `name` string
  - `theme` string
  - `updated_at` number

## Other responses

- `400` — 400

---

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