Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

Service Name media
Description Media service lets you upload and manage media files (images / videos & audio)
Actions
Name Description
addAdd entry
addContentAdd 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.
addFromBulkAdds 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
addFromUrlAdds new media entry by importing an HTTP or FTP URL.
The entry will be queued for import and then for conversion.
addFromSearchResultAdds new media entry by importing the media file from a search provider.
This action should be used with the search service result.
addFromUploadedFileAdd new entry after the specific media file was uploaded and the upload token id exists
addFromRecordedWebcamAdd new entry after the file was recored on the server and the token id exists
addFromEntryCopy entry into new entry
addFromFlavorAssetCopy flavor asset into new entry
convertConvert entry
getGet media entry by ID.
getMrssGet MRSS by entry id
XML will return as an escaped string
updateUpdate media entry. Only the properties that were set will be updated.
updateContentReplace content associated with the media entry.
deleteDelete a media entry.
approveReplaceApproves media replacement
cancelReplaceCancels media replacement
listList media entries by filter with paging support.
countCount media entries by filter.
uploadUpload a media file to Kaltura, then the file can be used to create a media entry.
updateThumbnailUpdate media entry thumbnail by a specified time offset (In seconds)
If flavor params id not specified, source flavor will be used by default
updateThumbnailFromSourceEntryUpdate 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
updateThumbnailJpegUpdate media entry thumbnail using a raw jpeg file
updateThumbnailFromUrlUpdate entry thumbnail using url
requestConversionRequest a new conversion job, this can be used to convert the media entry to a different format
flagFlag inappropriate media entry for moderation
rejectReject the media entry and mark the pending flags (if any) as moderated (this will make the entry non playable)
approveApprove the media entry and mark the pending flags (if any) as moderated (this will make the entry playable)
listFlagsList all pending flags for the media entry
anonymousRankAnonymously rank a media entry, no validation is done on duplicate rankings
bulkUploadAddAdd 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