Skip to main content
The Stream API provides a RESTful interface for managing video libraries, uploading videos, and controlling playback settings.

Base URL

https://video.bunnycdn.com

Authentication

Authenticate using the AccessKey header with your Stream API key:
curl --request GET \
  --url https://video.bunnycdn.com/library/{libraryId}/videos \
  --header 'AccessKey: YOUR_STREAM_API_KEY'
Find your Stream API key in the API section of your video library settings. See Authentication for details.

Resources

Upload Videos

Embed Videos

Collections

Webhooks

Last modified on January 5, 2026