---
title: "Add a video to a playlist"
method: POST
path: "/v1/playlists/{id}/videos"
tags: ["Playlists"]
---

# Add a video to a playlist

`POST /v1/playlists/{id}/videos`

Adds an existing video to the specified playlist

## Path parameters

- `id` string, required — Unique playlist identifier

## Request body

- AddVideoRequest — Request body for adding a video to a playlist
  - `videoId` string, required — ID of the video to add to the playlist

## Response `200`

Video successfully added to playlist

- SuccessResponse — Standard success response for operations that don't return data
  - `status` 'ok', required — Operation status

## Other responses

- `400` — The request was malformed or contained invalid parameters.
- `401` — Authentication is required. Provide a valid API key.
- `403` — You don't have permission to access this resource.
- `404` — The requested resource was not found.
- `429` — You have exceeded the rate limit. Please slow down.
- `500` — An unexpected error occurred
- `501` — The requested operation is not implemented.

---

[API](https://skmtc.dev/withchima/apis/tella-public-api.md) · [All operations](https://skmtc.dev/withchima/apis/tella-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withchima/tella-public-api/revisions/841897ed76ba/schema)
