Skip to main content
POST
Bunny Stream encoding-status webhook

Headers

X-BunnyStream-Signature
string
required

Lowercase-hex HMAC-SHA256 of the exact raw request body, keyed by the library's Read-Only API key (stream.webhook.secret).

X-BunnyStream-Signature-Version
enum<string>
required

Signature scheme version. Must be v1.

Available options:
v1
X-BunnyStream-Signature-Algorithm
enum<string>
required

Signature algorithm. Must be hmac-sha256.

Available options:
hmac-sha256

Body

application/json
Status
number
required

Bunny encoding status code.

VideoGuid
string
required

Bunny video GUID.

VideoLibraryId
number
required

Bunny Stream library ID.

Response

Acknowledged.