The Embed View Token Authentication allows you to secure your iframe to prevent unauthorized embedding of your videos.Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Once enabled, every embed request to the iframe must include a valid
token and expires pair. A 403 Forbidden on the iframe almost always means one of: the expires timestamp has already passed, the token was hashed with the wrong key/video ID/expiration combination, or the parameters are missing entirely. Generate tokens server-side — never expose your token security key in client-side code.