---
title: "Add a list of videos to a project"
method: PUT
path: "/me/projects/{project_id}/videos"
tags: ["Projects\\Videos"]
---

# Add a list of videos to a project

`PUT /me/projects/{project_id}/videos`

This method adds multiple videos to the specified project.

## Path parameters

- `project_id` number, required

## Query parameters

- `uris` string, required

## Response `204`

The videos were added.

## Other responses

- `400` — Error code 2204: The input is invalid.
- `401` — Error code 8000: The user credentials are invalid.
- `404` — Error code 5000: No such project or video exists.

## Changes

- **2019-03-01** `93d12520bf1b` — 1 breaking
  - the `query` request parameter `uris` became required
- **2019-01-25** `4be4cdb8fdd1` — 1 breaking, 1 info
  - removed the request body
  - added the new optional `query` request parameter `uris`
- **2018-12-05** `26f856a94041` — 1 warning, 1 info
  - deleted the `query` request parameter `uris`
  - added optional request body

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/projects/:project_id/videos/put.md)

---

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