Kaltura API

Service Name baseentry
Description Base Entry Service
Actions
Name Description
add Generic add entry, should be used when the uploaded entry type is not known.
addContent Attach content resource to entry in status NO_MEDIA
addFromUploadedFile Generic add entry using an uploaded file, should be used when the uploaded entry type is not known.
anonymousRank Anonymously rank an entry, no validation is done on duplicate rankings.
approve Approve the entry and mark the pending flags (if any) as moderated (this will make the entry playable).
bulkDelete
clone Clone an entry with optional attributes to apply to the clone
count Count base entries by filter.
delete Delete an entry.
export
exportToCsv add batch job that sends an email with a link to download an updated CSV that contains list of entries
flag Flag inappropriate entry for moderation.
get Get base entry by ID.
getByIds Get an array of KalturaBaseEntry objects by a comma-separated list of ids.
getContextData This action delivers entry-related data, based on the user's context: access control, restriction, playback format and storage information.
getPlaybackContext This action delivers all data relevant for player
getRemotePaths Get remote storage existing paths for the asset.
index Index an entry by id.
list List base entries by filter with paging support.
listByReferenceId List base entries by filter according to reference id
listFlags List all pending flags for the entry.
recycle Move the entry to the recycle bin
reject Reject the entry and mark the pending flags (if any) as moderated (this will make the entry non-playable).
restoreRecycled Restore the entry from the recycle bin
servePlaybackKey This action serves HLS encrypted key if access control is validated
update Update base entry. Only the properties that were set will be updated.
updateContent Update the content resource associated with the entry.
updateThumbnailFromSourceEntry Update entry thumbnail from a different entry by a specified time offset (in seconds).
updateThumbnailFromUrl Update entry thumbnail using URL.
updateThumbnailJpeg Update entry thumbnail using a raw jpeg file.
upload Upload a file to Kaltura, that can be used to create an entry.