Kaltura API

document_documentsserve
Description:
Serves the file content
Input Params
Name Type Description Required Default Value
entryId string Document entry id V
flavorAssetId string Flavor asset id 1
forceProxy bool force to get the content without redirect 1
Output Type
file
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document_documents/action/serve
JSON object:
				
{ entryId: "value", flavorAssetId: "value", forceProxy: value }