Kaltura API

documentupload
Description:
Upload a document file to Kaltura, then the file can be used to create a document entry.
Input Params
Name Type Description Required Default Value
fileData file The file data V
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document/action/upload
JSON object:
				
{ fileData: "value" }