Create video collections

POST {{baseUrl}}/v2/videos/collections

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

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;10120264&quot;}