# Media - Video Uploaded Triggered when a video file is uploaded to the media library. This event fires when: - A new video file is uploaded to ButterCMS media library - Video processing is completed and the file is available Endpoint: POST media-videouploaded Version: 2.0.0 Security: , ## Request fields (application/json): - `data` (object) Video upload event data (structure may vary) - `webhook` (object) Webhook metadata included in all webhook payloads - `webhook.event` (string, required) The event type that triggered this webhook Enum: "media.videouploaded", "post.all", "post.published", "post.draft", "post.delete", "page.all", "page.published", "page.draft", "page.delete", "page.unpublished", "collectionitem.all", "collectionitem.published", "collectionitem.draft", "collectionitem.delete", "collectionitem.unpublished" - `webhook.target` (string, required) The webhook endpoint URL that received this notification ## Response 200 fields