Skip to main content

DownloadRequest

clientIdstringrequired

The client ID, an opaque UUID your application provides

timestampdate-time

The event timestamp

clipIdintegerrequired

The ID of the clip being downloaded

Possible values: >= 1

DownloadRequest
{
"clientId": "YOUR_CLIENT_ID",
"clipId": 619462,
"timestamp": "2025-02-25T00:00:00Z"
}