---
title: "Create a new playlist"
method: POST
path: "/api/v1/misc/youtube/playlist"
tags: ["misc"]
---

# Create a new playlist

`POST /api/v1/misc/youtube/playlist`

## Request body

- object
  - `teamId` string, required
  - `title` string, required — bundle.social does not store this value and YouTube overites it everytime so you need to pass it everytime
  - `description` string, required — bundle.social does not store this value and YouTube overites it everytime so you need to pass it everytime
  - `privacyStatus` 'public' | 'unlisted' | 'private'

## Response `200`

200

- object
  - `kind` string
  - `etag` string
  - `id` string
  - `snippet` object
    - `publishedAt` string
    - `channelId` string
    - `title` string
    - `description` string
    - `channelTitle` string
    - `thumbnails` object
      - `default` object
        - `url` string, uri
        - `width` integer
        - `height` integer
      - `medium` object
        - `url` string, uri
        - `width` integer
        - `height` integer
      - `high` object
        - `url` string, uri
        - `width` integer
        - `height` integer
      - `standard` object
        - `url` string, uri
        - `width` integer
        - `height` integer
      - `maxres` object
        - `url` string, uri
        - `width` integer
        - `height` integer
    - `localized` object
      - `title` string
      - `description` string
  - `status` object
    - `privacyStatus` string
  - `contentDetails` object
    - `itemCount` integer

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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