Kaltura API

Service Name media
Description Media service lets you upload and manage media files (images / videos & audio)
Actions
Name Description
add Add entry
addContent Add content to media entry which is not yet associated with content (therefore is in status NO_CONTENT). If the requirement is to replace the entry's associated content, use action updateContent.
addFromBulk Adds new media entry by importing an HTTP or FTP URL. The entry will be queued for import and then for conversion. This action should be exposed only to the batches
addFromEntry Copy entry into new entry
addFromFlavorAsset Copy flavor asset into new entry
addFromRecordedWebcam Add new entry after the file was recorded on the server and the token id exists
addFromSearchResult Adds new media entry by importing the media file from a search provider. This action should be used with the search service result.
addFromUploadedFile Add new entry after the specific media file was uploaded and the upload token id exists
addFromUrl Adds new media entry by importing an HTTP or FTP URL. The entry will be queued for import and then for conversion.
anonymousRank Anonymously rank a media entry, no validation is done on duplicate rankings
approve Approve the media entry and mark the pending flags (if any) as moderated (this will make the entry playable)
approveReplace Approves media replacement
bulkUploadAdd Add new bulk upload batch job Conversion profile id can be specified in the API or in the CSV file, the one in the CSV file will be stronger. If no conversion profile was specified, partner's default will be used
cancelReplace Cancels media replacement
convert Convert entry
count Count media entries by filter.
delete Delete a media entry.
exportToCsv Creates a batch job that sends an email with a link to download a CSV containing a list of entries
flag Flag inappropriate media entry for moderation
get Get media entry by ID.
getMrss Get MRSS by entry id XML will return as an escaped string
getVolumeMap Get volume map by entry id
list List media entries by filter with paging support.
listFlags List all pending flags for the media entry
reject Reject the media entry and mark the pending flags (if any) as moderated (this will make the entry non playable)
requestConversion Request a new conversion job, this can be used to convert the media entry to a different format
update Update media entry. Only the properties that were set will be updated.
updateContent Replace content associated with the media entry.
updateThumbnail Update media entry thumbnail by a specified time offset (In seconds) If flavor params id not specified, source flavor will be used by default
updateThumbnailFromSourceEntry Update media entry thumbnail from a different entry by a specified time offset (In seconds) If flavor params id not specified, source flavor will be used by default
updateThumbnailFromUrl Update entry thumbnail using URL
updateThumbnailJpeg Update media entry thumbnail using a raw jpeg file
upload Upload a media file to Kaltura, then the file can be used to create a media entry.