Videos-Collections

Number of APIs: 8

  1. Create video collections POST {{baseUrl}}/v2/videos/collections

  2. List video collections GET {{baseUrl}}/v2/videos/collections

  3. Get the details of video collections GET {{baseUrl}}/v2/videos/collections/:id

  4. Rename video collections POST {{baseUrl}}/v2/videos/collections/:id

  5. Delete video collections DELETE {{baseUrl}}/v2/videos/collections/:id

  6. Add videos to collections POST {{baseUrl}}/v2/videos/collections/:id/items

  7. Get the contents of video collections GET {{baseUrl}}/v2/videos/collections/:id/items

  8. Remove videos from collections DELETE {{baseUrl}}/v2/videos/collections/:id/items