Skip to main content
POST
/
library
/
{libraryId}
/
collections
Create Collection
curl --request POST \
  --url https://video.bunnycdn.com/library/{libraryId}/collections \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "videoLibraryId": 123,
  "guid": "<string>",
  "name": "<string>",
  "videoCount": 123,
  "totalSize": 123,
  "previewVideoIds": "<string>",
  "previewImageUrls": [
    "<string>"
  ]
}

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required

Body

application/json
name
string | null

The name of the collection

Response

The collection was successfully created

videoLibraryId
integer<int64>

The video library ID that contains the collection

guid
string | null

The unique ID of the collection

name
string | null

The name of the collection

videoCount
integer<int64>

The number of videos that the collection contains

totalSize
integer<int64>

The total storage size of the collection

previewVideoIds
string | null

The IDs of videos to be used as preview icons

previewImageUrls
string[] | null

The URLs of preview images of videos in the collection