Skip to main content
POST
Batch video engagement deltas

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
video_ids
string<uuid>[]
required

Video UUIDs to fetch deltas for (1–200).

Required array length: 1 - 200 elements
windows
integer[]

Look-back windows in days (1–365) to compute each delta over. Duplicates are ignored; up to 10 windows.

Required array length: 1 - 10 elements
Required range: 1 <= x <= 365

Response

Successful Response