v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
videos

Create video collections

This endpoint creates one or more collections (clipboxes). To add videos to collections, use POST /v2/videos/collections/{id}/items.

post/v2/videos/collections

Request body

namestring required

The name of the collection

Example request

{
  "name": "Test Collection 19cf"
}

Response

Successfully created video collection

idstring required

ID of the new collection

Example response

{
  "id": "48433105"
}