---
title: "Add a specific video to an album"
method: PUT
path: "/me/albums/{album_id}/videos/{video_id}"
tags: ["Albums\\Album videos"]
---

# Add a specific video to an album

`PUT /me/albums/{album_id}/videos/{video_id}`

This method adds a single video to the specified album.

## Path parameters

- `album_id` number, required
- `video_id` number, required

## Response `204`

The video was added.

## Other responses

- `403` — The supplied token doesn't have the proper scopes, or the authenticated user can't edit the album.
- `404` — No such album exists.

---

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