Kaltura API

documentaddFromUploadedFile
Description:
Add new document entry after the specific document file was uploaded and the upload token id exists
Input Params
Name Type Description Required Default Value
documentEntry KalturaDocumentEntry Document entry metadata V
uploadTokenId string Upload token id V
Output Type
KalturaDocumentEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document/action/addFromUploadedFile
JSON object:
				
{ documentEntry: { objectType: "KalturaDocumentEntry", name: "value", description: "value", userId: "value", creatorId: "value", tags: "value", adminTags: "value", categories: "value", categoriesIds: "value", type: "value", groupId: value, partnerData: "value", licenseType: value, accessControlId: value, startDate: value, endDate: value, referenceId: "value", partnerSortValue: value, conversionProfileId: value, redirectEntryId: "value", parentEntryId: "value", operationAttributes: [{ objectType: "KalturaOperationAttributes" }], entitledUsersEdit: "value", entitledUsersPublish: "value", entitledUsersView: "value", templateEntryId: "value", displayInSearch: value, documentType: value }, uploadTokenId: "value" }