GET https://api.mave.io/v1/videos/{id}
Get a video embed. Requires the API token.
{
"created": 1643723823,
"duration": 0.108333, // duration of the video
"id": "IIzFKHuukg", // this can be used to put into the component
"last_upload": 1643746229,
"name": "test.mp4", // name of the file or chosen name
"object": "video",
"poster_image": "https://image.mave.io/IIzFKHuukg.jpg?time=0", // defaults to first frame of the video
"size": 358923, // size of the video in bytes
"renditions": ["sd", "hd"], // size of the video
"subtitles": ["en", "nl"] // available subtitles
}