Kaltura API

bulkuploadadd
Description:
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
Input Params
Name Type Description Required Default Value
conversionProfileId int Conversion profile id to use for converting the current bulk (-1 to use partner's default) V
csvFileData file bulk upload file V
bulkUploadType KalturaBulkUploadType 1
uploadedBy string 1
fileName string Friendly name of the file, used to be recognized later in the logs. 1
Output Type
KalturaBulkUpload
Example HTTP Hit
http://www.kaltura.com/api_v3/service/bulkupload/action/add
JSON object:
				
{ conversionProfileId: value, csvFileData: "value", bulkUploadType: "value", uploadedBy: "value", fileName: "value" }