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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.