post https://www.mave.io/api/v1/videos
This enables you to create a video embed and returns the following for example:
{
"created": 1643723737, // when this video embed was created
"embed_url": "https://www.mave.io/k1iFD7h4rW", // the embed url to use in your application
"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
}