add_videos_to_folder
Add multiple videos to a Vimeo folder in one call, moving them from their current folder. Simplifies filing a back catalog without per-video requests.
Instructions
Add one or many videos to a folder in a single call. This is the efficient way to file a back catalog: pass the whole list rather than calling once per video. A video lives in one folder at a time, so this moves it rather than copying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Destination folder id. | |
| video_ids | Yes | Video ids to file. Up to 100 per call. |