Kaltura API

schedule_scheduleeventaddFromBulkUpload
Description:
Add new bulk upload batch job
Input Params
Name Type Description Required Default Value
fileData file V
bulkUploadData KalturaBulkUploadScheduleEventJobData 1
Output Type
KalturaBulkUpload
Example HTTP Hit
http://www.kaltura.com/api_v3/service/schedule_scheduleevent/action/addFromBulkUpload
JSON object:
				
{ fileData: "value", bulkUploadData: { objectType: "KalturaBulkUploadScheduleEventJobData", fileName: "value", emailRecipients: "value", numOfErrorObjects: value, privileges: "value" } }