API

Video abrufen

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

Holen Sie sich eine Videoeinbettung. Erfordert das API-Token.

Antwort

{
  "created": 1643723823,
  "duration": 0.108333, // duration of the video
  "width": 1920, // width of the video in pixels
  "height": 1080, // height of the video in pixels
  "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
}
🍪 Klicken Sie auf „Akzeptieren“, um zu bestätigen, dass Sie damit einverstanden sind, dass wir keine Cookies verwenden. Ja, dieses Banner ist nur zur Ansicht da!
Akzeptieren