api

Get video

GET https://api.mave.io/v1/videos/{id}

Get a video embed. Requires the API token.

Response

{
  "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
}
🍪 Press 'Accept' to confirm that you accept we don't use cookies. Yes, this banner is just for show!
Accept