🚀 Version 2.0 is now live! See our changelog for details
cURL
curl --request PATCH \ --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/videos/bulk-move \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "new_folder_id": "0336d0c2-c1aa-4041-b956-1d4afd2935e7", "video_ids": [ "25798cba-e3c0-41c8-9790-70fb3e549734", "069c3a46-3a75-41c2-a99e-ad00b0d939aa" ] } '
{ "message": "Videos Updated Successfully", "success": true }
Moves multiple videos to a new folder or location within the same library in a single operation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the library.
new folder id where videos will be moved
array of video ids