bulkupload:add | ||
---|---|---|
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 |
conversionProfileId | int | Convertion profile id to use for converting the current bulk (-1 to use partner's default) |
csvFileData | file | bulk upload file |
bulkUploadType | KalturaBulkUploadType | |
uploadedBy | string | |
Output Type | ||
type | ||
KalturaBulkUpload | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=bulkupload&action=add POST fields: conversionProfileId csvFileData uploadedBy |