v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
videos

Add videos to collections

This endpoint adds one or more videos to a collection by video IDs.

post/v2/videos/collections/{id}/items

Path parameters

idstring required

The ID of the collection to which items should be added

Request body

Example request

{
  "items": [
    {
      "added_time": "2020-05-29T12:10:22-05:00",
      "id": "1690105108",
      "media_type": "image"
    }
  ]
}

Response

Successfully added collection items