Move Videos To Root

To move multiple videos to a collection instead of root, you can use Move Videos to Collection

Endpoint

POST: https://api.omegastream.net/company/client/collections/move_root
{
    "uuids": [
        "1deaa017-4727-4c52-a0fa-c219e9adafd3",
        "a23fe4e9-dc10-4f6b-bda5-afe93f8d5d4a"
    ]
}
  • uuids: array of video’s uuids. min length is 1 and max length is 50.

Headers

Key Value Details
Authorization Bearer {{api_key}} api key is very important here to authorize your request.
Content-Type application/json

Response

Status Code: 204 No Content