videos
Number of APIs: 6
-
Create a video POST {{baseUrl}}/videos
-
Fetch a video GET {{baseUrl}}/videos/:id
-
Update a video's metadata PATCH {{baseUrl}}/videos/:id
-
Re-upload a video PUT {{baseUrl}}/videos/:id
-
Delete a video DELETE {{baseUrl}}/videos/:id
-
Fetch all videos GET {{baseUrl}}/videos