Moments webhook - V2
Moment webhooks are triggered when single-piece content items are created, updated, or deleted in the system. Moments typically represent short-form content like highlights or key plays.
Webhook structure
Example
{
"Action": "Update",
"ActionTime": "2025-01-20T13:43:00.828Z",
"ContentId": "678e516ed0015dfac1abbb1d",
"ContentType": "Moment",
"Content": {
"Type": "Moment",
"Id": "678e516ed0015dfac1abbb1d",
"Title": "Ja Morant with an amazing dunk",
"Description": "",
"Subtitle": "",
"Version": 0,
"AspectRatios": [
"Vertical"
],
"Status": "Active",
"Duration": 13.013,
"CreateTime": "2025-01-20T13:36:46.504Z",
"UpdateTime": "2025-01-20T13:36:46.504Z",
"Thumbnails": [
{
"Url": "https://blazeuat.prod-cdn.clipro.tv/assets/2b1a496e4f5765deaa47a9462fedf212/bc71340f-0393-402f-99ca-8541c9e98c3c.jpg",
"AspectRatio": "TwoToThree"
},
{
"Url": "https://blazeuat.prod-cdn.clipro.tv/assets/2b1a496e4f5765deaa47a9462fedf212/8c882807-465b-4c0b-9362-71f393e3ae5e.jpg",
"AspectRatio": "Square"
}
],
"GeoTargeting": {
"IncludedGeos": null,
"ExcludedGeos": null
},
"Metadata": {
"Competition": {
"Provider": null,
"ProviderId": null,
"WscId": 2
},
"Game": {
"Provider": null,
"ProviderId": "0022400345",
"WscId": 103225680
},
"Team": {
"Provider": null,
"ProviderId": "1610612763",
"WscId": 1015
},
"Player": {
"Provider": null,
"ProviderId": "1629630",
"WscId": 774871
},
"Round": null,
"Season": null
},
"ExecutionTimeType": "None",
"Labels": [
{
"Title": "Main Moments",
"Identifier": "main-moments"
},
{
"Title": "Test Webhook Label",
"Identifier": "test-webhook-label"
}
]
}
}Content fields
| Field | Type | Description |
|---|---|---|
| Type | string | Always "Moment" for moment content |
| Id | string | Unique identifier for the moment |
| Title | string | Title of the moment |
| Description | string | Optional description text |
| Subtitle | string | Optional subtitle text |
| Version | number | Content version number |
| AspectRatios | string[] | Available aspect ratios for this content |
| Status | string | Current status (e.g., "Active", "Draft") |
| Duration | number | Duration in seconds |
| CreateTime | string | ISO 8601 timestamp of creation |
| UpdateTime | string | ISO 8601 timestamp of last update |
Thumbnails
Each thumbnail object contains:
Url: Direct URL to the thumbnail imageAspectRatio: Aspect ratio of the thumbnail
Metadata
Content metadata includes:
Competition: Competition informationGame: Game-specific identifiersTeam: Team informationPlayer: Player information
Each metadata object contains:
Provider: External provider identifierProviderId: ID from the provider's systemWscId: Internal WSC identifier
Labels
Labels are used for content categorization and contain:
Title: Display name of the labelIdentifier: Unique identifier for the label
Updated 1 day ago
Did this page help you?
