Bunny.net
Bunny.net is a content-delivery and edge platform offering a global CDN, edge storage, video streaming, DNS, image optimisation, edge scripting, and WAF / security shielding. The Bunny.net Core Platform REST API at api.bunny.net manages account-level resources - Pull Zones, Storage Zones, DNS Zones, Stream video libraries, statistics, billing, purge, API keys, and reference data (countries, regions). Product-specific data-plane APIs sit on dedicated hosts: Edge Storage at storage.bunnycdn.com, Stream uploads at video.bunnycdn.com, Shield (WAF), Optimizer, and the Scripting / Magic Containers edge-compute API. All APIs use the AccessKey header for authentication, with API keys issued from the bunny.net dashboard.
APIs
Bunny.net Core Platform API
REST API for managing account-level bunny.net resources - Pull Zones, Storage Zones, DNS Zones, Stream Video Libraries, statistics, billing, purge, API keys, and reference data ...
Bunny.net Pull Zones API
Endpoints for creating and configuring CDN Pull Zones - origin configuration, edge rules, hostnames, SSL certificates, cache settings, and security headers.
Bunny.net Storage Zones API
Endpoints for creating and managing edge Storage Zones, replication regions, and access keys used by the Edge Storage data-plane.
Bunny.net Edge Storage API
Object-storage data-plane API for uploading, downloading, listing, and deleting files inside a Storage Zone. Regional hosts are derived from the zone's primary region (e.g. ny.s...
Bunny.net DNS API
Endpoints for managing DNS zones and records on the Bunny.net DNS platform, including geo-steering and load-balancing record types.
Bunny.net Stream API
Video streaming API for managing Video Libraries, videos, collections, captions, chapters, transcoding profiles, and DRM. Upload and playback are served via dedicated video.bunn...
Bunny.net Stream Webhooks
Signed HTTP POST webhooks delivered by Bunny Stream to the WebhookUrl configured on a Video Library whenever a video transitions to a new processing state (Queued, Processing, E...
Bunny.net Shield API
Security and WAF configuration API for Bunny Shield - managed rules, custom rules, bot detection, rate-limiting policies, and DDoS mitigation settings attached to Pull Zones.
Bunny.net Optimizer
Image and front-end optimisation service attached to Pull Zones - image resizing, format conversion (WebP/AVIF), quality controls, and automatic CSS/JS minification. Configured ...
Bunny.net Scripting / Edge Compute API
Edge-compute API for deploying and managing Bunny Edge Scripts - JavaScript/TypeScript functions that run on the Bunny.net edge network to mutate requests and responses, with as...
Bunny.net Purge API
Cache purge endpoints for invalidating cached content by URL, by Pull Zone, or by tag across the Bunny.net global edge network.
Bunny.net Statistics API
Endpoints returning bandwidth, request, status-code, and geographic traffic statistics for the account and per Pull Zone or Storage Zone.
Bunny.net Billing API
Billing endpoints for retrieving account balance, monthly usage and invoices, and applying promo codes.
Bunny.net API Keys API
Endpoints for managing API keys (AccessKey) issued for the account.
Bunny.net Countries API
Reference endpoint returning the list of countries Bunny.net supports for geo-targeting in Pull Zone and DNS rules.
Bunny.net Regions API
Reference endpoint returning the list of Bunny.net edge and storage regions for use in zone configuration.
Collections
GraphQL
Bunny.net GraphQL Schema
This is a conceptual GraphQL schema for the Bunny.net platform, representing the data model underlying Bunny.net's CDN, edge storage, video streaming, DNS, security (Shield/WAF)...
GRAPHQLPricing Plans
Rate Limits
FinOps
Bunny Net Finops
FINOPSEvent Specifications
Bunny.net Stream Webhooks
AsyncAPI definition of the Bunny Stream webhook surface. Bunny Stream sends a signed HTTP POST callback to the `WebhookUrl` configured on a Video Library whenever the state of a...
ASYNCAPI