Skip to main content
GET
/
videolibrary
List Video Libraries
curl --request GET \
  --url https://api.bunny.net/videolibrary \
  --header 'AccessKey: <api-key>'
{
  "CurrentPage": 123,
  "TotalItems": 123,
  "HasMoreItems": true,
  "Items": [
    {
      "Id": 123,
      "VideoCount": 123,
      "StorageUsage": 123,
      "DateCreated": "2023-11-07T05:31:56Z",
      "HasWatermark": true,
      "WatermarkPositionLeft": 123,
      "WatermarkPositionTop": 123,
      "WatermarkWidth": 123,
      "PullZoneId": 123,
      "StorageZoneId": 123,
      "WatermarkHeight": 123,
      "CaptionsFontSize": 123,
      "PlayerTokenAuthenticationEnabled": true,
      "BlockNoneReferrer": true,
      "EnableMP4Fallback": true,
      "KeepOriginalFiles": true,
      "AllowDirectPlay": true,
      "EnableDRM": true,
      "Bitrate240p": 123,
      "Bitrate360p": 123,
      "Bitrate480p": 123,
      "Bitrate720p": 123,
      "Bitrate1080p": 123,
      "Bitrate1440p": 123,
      "Bitrate2160p": 123,
      "ShowHeatmap": true,
      "EnableContentTagging": true,
      "WatermarkVersion": 123,
      "EnableTranscribing": true,
      "EnableTranscribingTitleGeneration": true,
      "EnableTranscribingDescriptionGeneration": true,
      "EnableTranscribingChaptersGeneration": true,
      "EnableTranscribingMomentsGeneration": true,
      "RememberPlayerPosition": true,
      "EnableMultiAudioTrackSupport": true,
      "UseSeparateAudioStream": true,
      "JitEncodingEnabled": true,
      "MonthlyChargesTranscribing": 123,
      "MonthlyChargesPremiumEncoding": 123,
      "MonthlyChargesEnterpriseDrm": 123,
      "PlayerVersion": 123,
      "RemoveMetadataFromFallbackVideos": true,
      "ScaleVideoUsingBothDimensions": true,
      "ExposeOriginals": true,
      "ExposeVideoMetadata": true,
      "Name": "<string>",
      "ReplicationRegions": [
        "<string>"
      ],
      "ApiKey": "<string>",
      "ReadOnlyApiKey": "<string>",
      "EnabledResolutions": "<string>",
      "ViAiPublisherId": "<string>",
      "VastTagUrl": "<string>",
      "WebhookUrl": "<string>",
      "CaptionsFontColor": "<string>",
      "CaptionsBackground": "<string>",
      "UILanguage": "<string>",
      "AllowEarlyPlay": true,
      "AllowedReferrers": [
        "<string>"
      ],
      "BlockedReferrers": [
        "<string>"
      ],
      "DrmVersion": "Basic",
      "AppleFairPlayDrm": {
        "Enabled": true,
        "CertificateId": 123,
        "CertificateExpirationDate": "2023-11-07T05:31:56Z",
        "Provider": "<string>"
      },
      "GoogleWidevineDrm": {
        "Enabled": true,
        "SdOnlyForL3": true,
        "CertificateId": 123,
        "CertificateExpirationDate": "2023-11-07T05:31:56Z",
        "Provider": "<string>",
        "MinClientSecurityLevel": "None"
      },
      "ApiAccessKey": "<string>",
      "PullZoneType": "Premium",
      "CustomHTML": "<string>",
      "Controls": "<string>",
      "PlaybackSpeeds": "<string>",
      "PlayerKeyColor": "<string>",
      "FontFamily": "<string>",
      "TranscribingCaptionLanguages": [
        "<string>"
      ],
      "EnableCaptionsInPlaylist": true,
      "EncodingTier": "Free",
      "OutputCodecs": "<string>",
      "DrmBasePriceOverride": 123,
      "DrmCostPerLicenseOverride": 123,
      "TranscribingPriceOverride": 123,
      "PremiumEncodingPriceOverride": 123,
      "FeatureFlags": "<string>"
    }
  ]
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Query Parameters

page
integer<int32>
default:0
perPage
integer<int32>
default:1000
Required range: 5 <= x <= 1000

The search term that will be used to filter the results

Response

The list of Video Libraries on the account

CurrentPage
integer<int32>
required
TotalItems
integer<int32>
required
HasMoreItems
boolean
required
Items
object[]