AsyncAPI channel · Bunny.net
· Bunny.net Stream Webhooks
stream/video/state-changed
Receives all Bunny Stream video state-change notifications for a single Video Library. The same channel delivers every event type; consumers branch on the integer `Status` field of the payload.
Channel address
stream/video/state-changed
Operations
subscribe
receiveStreamVideoStateChanged
Receive a Bunny Stream video state-change webhook.
Messages
VideoStateChanged
Notification that a Bunny Stream video has transitioned to a new processing state.
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.