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
addFromUrl Adds new media entry by importing an HTTP or FTP URL. The entry will be queued for import and then for conversion.
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
addFromRecordedWebcam Add new entry after the file was recored on the server and the token id exists
addFromEntry Copy entry into new entry
addFromFlavorAsset Copy flavor asset into new entry
convert Convert entry
get Get media entry by ID.
getMrss Get MRSS by entry id XML will return as an escaped string
update Update media entry. Only the properties that were set will be updated.
updateContent Replace content associated with the media entry.
delete Delete a media entry.
approveReplace Approves media replacement
cancelReplace Cancels media replacement
list List media entries by filter with paging support.
count Count media entries by filter.
upload Upload a media file to Kaltura, then the file can be used to create a 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
updateThumbnailJpeg Update media entry thumbnail using a raw jpeg file
updateThumbnailFromUrl Update entry thumbnail using url
requestConversion Request a new conversion job, this can be used to convert the media entry to a different format
flag Flag inappropriate media entry for moderation
reject Reject the media entry and mark the pending flags (if any) as moderated (this will make the entry non playable)
approve Approve the media entry and mark the pending flags (if any) as moderated (this will make the entry playable)
listFlags List all pending flags for the media entry
anonymousRank Anonymously rank a media entry, no validation is done on duplicate rankings
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