Videos-Collections
Number of APIs: 8
-
Create video collections POST {{baseUrl}}/v2/videos/collections
-
List video collections GET {{baseUrl}}/v2/videos/collections
-
Get the details of video collections GET {{baseUrl}}/v2/videos/collections/:id
-
Rename video collections POST {{baseUrl}}/v2/videos/collections/:id
-
Delete video collections DELETE {{baseUrl}}/v2/videos/collections/:id
-
Add videos to collections POST {{baseUrl}}/v2/videos/collections/:id/items
-
Get the contents of video collections GET {{baseUrl}}/v2/videos/collections/:id/items
-
Remove videos from collections DELETE {{baseUrl}}/v2/videos/collections/:id/items