List videos
Uses skip instead of page. This API does not upload or delete videos. Poll this endpoint after an upload; there is no video.uploaded webhook.
Required scope: videos:read.
query Parameters
limitMaximum videos. Defaults to 50 and cannot exceed 100.
skipNumber of videos to skip. Defaults to 0.
List videos › Responses
Matching records. The body is a JSON array.
idVideo id.
video_idSame as id.
nameVideo name.
titlePlayer title.
statusEncoding or playback status.
durationDuration in seconds when the player returns it.
thumbnail_urlThumbnail URL.
project_idProject id.
created_atCreated time.
updated_atUpdated time.
Update video player settings
video_id is required. Send only the settings you want to change.
Required scope: videos:write.
Update video player settings › Request Body
video_idVideo id.
nameLibrary name.
titlePlayer title.
languagePlayer language.
project_idProject id.
primary_colorPlayer accent color.
controlsShow player controls.
autoplayStart playback automatically.
mutedStart muted.
loopLoop playback.
Update video player settings › Responses
The updated video.
idVideo id.
video_idSame as id.
nameVideo name.
titlePlayer title.
statusEncoding or playback status.
durationDuration in seconds when the player returns it.
thumbnail_urlThumbnail URL.
project_idProject id.
created_atCreated time.
updated_atUpdated time.
Search videos
Required scope: videos:read.
query Parameters
limitMaximum number of records. Defaults to 50 and cannot exceed 100.
queryCase-insensitive text matched against the record name and related fields.
video_idExact video id. Returns a one-item array.
skipNumber of videos to skip when searching the list.
Search videos › Responses
Matching records. The body is a JSON array.
idVideo id.
video_idSame as id.
nameVideo name.
titlePlayer title.
statusEncoding or playback status.
durationDuration in seconds when the player returns it.
thumbnail_urlThumbnail URL.
project_idProject id.
created_atCreated time.
updated_atUpdated time.
Get a video
Required scope: videos:read.
path Parameters
videoIdVideo id.
Get a video › Responses
The video.
idVideo id.
video_idSame as id.
nameVideo name.
titlePlayer title.
statusEncoding or playback status.
durationDuration in seconds when the player returns it.
thumbnail_urlThumbnail URL.
project_idProject id.
created_atCreated time.
updated_atUpdated time.