---
title: "Add a video to a playlist"
method: POST
path: "/api/v1/misc/youtube/playlist-items"
tags: ["misc"]
---

# Add a video to a playlist

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

## Request body

- object
  - `teamId` string, required
  - `playlistId` string, required
  - `postId` string, required
  - `position` integer

## 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
    - `playlistId` string
    - `position` integer
    - `resourceId` object
      - `kind` string
      - `videoId` string
      - `playlistId` string
      - `channelId` string
  - `contentDetails` object
    - `videoId` string
    - `videoPublishedAt` string

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