cURL
curl --request POST \ --url https://api.vidbeo.com/v2/folders/{FOLDER_ID}/videos/{VIDEO_ID} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": {}, "links": {}, "errors": [] }
Add a video to a folder
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the folder
"abcde12345abcde12345a"
ID of the video
No items returned
true
null
{}
[]