Skip to main content

Uploading videos

Getting started

In order to send vidoes to the Upload API, you can do so by sending a POST request to the https://api.fivemanage.com/api/v3/file endpoint. To upload video, simply submit a form with a form field called file with your video as value. As well as metadata.

Uploading a video

Response

Success

Deleting a video

When we want to delete a video, we can do so by sending a DELETE request to the https://api.fivemanage.com/api/v3/file/:path endpoint. The :id parameter should be the ID of the video you want to delete. You can get the ID from the response when you upload a video (see above).

Listing videos

You can list your uploaded videos using a GET request. You can filter by type to only see videos.

Getting video details

To get details about a specific video, including its metadata, use the GET request with the file ID.