Kaltura API

mediaaddContent
Description:
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.
Input Params
Name Type Description Required Default Value
entryId string V
resource KalturaResource 1
Output Type
KalturaMediaEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/media/action/addContent
JSON object:
				
{ entryId: "value", resource: { objectType: "KalturaResource" } }