AsyncAPI channel · MediaValet · MediaValet SkyHOOK Events

/

The single delivery channel. All SkyHOOK event types are delivered to the subscribed endpoint (or Event Grid topic) as CloudEvents 1.0 messages; subscribers discriminate on the `type` field. Event types are enumerated at runtime by `GET /skyhook/events`.

Provider: MediaValet AsyncAPI: v3.0.0 Spec: MediaValet SkyHOOK Events Operations: 1 Messages: 8

Channel address

/

Operations

receive
receiveSkyhookEvent
The subscriber receives a CloudEvents 1.0 message from MediaValet whenever a subscribed event occurs in the library.

Messages

Asset.StatusUpdated
Asset status has been updated.
Content-Type: application/json
Asset.MediaFileAdded
An asset media file has been added.
Content-Type: application/json
Category.AssetsAssigned
One or more assets have been assigned to a category.
Content-Type: application/json
Category.AssetUnassigned
An asset has been unassigned from a category.
Content-Type: application/json
Asset.KeywordsAdded
One or more keywords have been added to an asset.
Content-Type: application/json
Asset.KeywordRemoved
A keyword has been removed from an asset.
Content-Type: application/json
Asset.AttributesAdded
One or more custom metadata attributes have been added to an asset.
Content-Type: application/json
Asset.VideoRenditionsAdded
One or more video renditions have been added to a video asset.
Content-Type: application/json

About 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.