POST https://api.mave.io/v1/spaces
Mit dem API-key und der Space-id können Sie beispielsweise Uploads in mehrere Spaces ermöglichen.
Dies ist eine besondere Funktion und standardmäßig nicht aktiviert. Bitte wenden Sie sich an uns, wenn Sie über unsere API weitere Bereiche erstellen möchten. Erfordert API-Token.
{
"domain": "mave.io", // requires valid domain
"return_key": true // default false, but allows you to directly create an API key to manage this
}{
"created": 1692105897, // when this space has been created
"id": "fTrQSHBgkvxacjpUFGSig2", // the ID for if you want to manipulate videos inside it
"key": "WnpzdmNneUpjZ0hoOFJvUW1GWmRESzppV0g4S2JrR01tUktRaGR6NmNMYk05", // the API key to manage this space
"object": "space" // the type of object you're looking at
}