API

Sammlung erstellen

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

Dadurch können Sie eine Sammlung erstellen. Erfordert API-Token.

Anfrage

{
  "name": "test",
  "collection": "" // the ID of an existing collection the new collection should become a part of (optional)
}

Antwort

{
  "created": 1643723737, // when this collection was created
  "id": "zlb1cnE31EQetyx", // the ID if you want to store it for your user and possibly webhooks
  "object": "collection", // the type of object you're looking at
  "name": "test", // the name you have given it
  "video_count": 0 // the amount of videos in this collection
}
🍪 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