api

Create video

POST https://mave.io/api/v1/videos

This enables you to create a video embed. Requires API token.

Response

{
  "created": 1643723737, // when this video embed was created
  "id": "k1iFD7h4rW", // the ID if you want to store it for your user and possibly webhooks
  "last_upload": null, // when a video has been uploaded
  "object": "video", // the type of object you're looking at
  "poster_image": null // uploaded poster or first frame of video when uploaded
}

Note: when you are over your accounts limit, the API will not warn you for potential extra costs.