Name |
Description |
add | Add entry
|
addContent | Add content to entry
|
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
DEPRECATED - use media.add instead
|
addFromUrl | Adds new media entry by importing an HTTP or FTP URL.
The entry will be queued for import and then for conversion.
DEPRECATED - use media.add instead
|
addFromSearchResult | Adds new media entry by importing the media file from a search provider.
This action should be used with the search service result.
DEPRECATED - use media.add instead
|
addFromUploadedFile | Add new entry after the specific media file was uploaded and the upload token id exists
DEPRECATED - use media.add instead
|
addFromRecordedWebcam | Add new entry after the file was recored on the server and the token id exists
DEPRECATED - use media.add instead
|
addFromEntry | Copy entry into new entry
DEPRECATED - use media.add instead
|
addFromFlavorAsset | Copy flavor asset into new entry
DEPRECATED - use media.add instead
|
convert | Convert entry
|
get | Get media entry by ID.
|
update | Update media entry. Only the properties that were set will be updated.
|
updateContent | Replace media content of the 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.
DEPRECATED - use upload.upload or uploadToken.add instead
|
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
DEPRECATED |
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
DEPRECATED |
updateThumbnailJpeg | Update media entry thumbnail using a raw jpeg file
DEPRECATED |
updateThumbnailFromUrl | Update entry thumbnail using url
DEPRECATED |
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
|