Kaltura API

thumbassetgenerate
Description:
Input Params
Name Type Description Required Default Value
entryId string V
thumbParams KalturaThumbParams V
sourceAssetId string id of the source asset (flavor or thumbnail) to be used as source for the thumbnail generation 1
Output Type
KalturaThumbAsset
Example HTTP Hit
http://www.kaltura.com/api_v3/service/thumbasset/action/generate
JSON object:
				
{ entryId: "value", thumbParams: { objectType: "KalturaThumbParams", partnerId: value, name: "value", systemName: "value", description: "value", tags: "value", requiredPermissions: [{ objectType: "KalturaString", value: "value" }], sourceRemoteStorageProfileId: value, remoteStorageProfileIds: value, mediaParserType: "value", sourceAssetParamsIds: "value", cropType: value, quality: value, cropX: value, cropY: value, cropWidth: value, cropHeight: value, videoOffset: value, width: value, height: value, scaleWidth: value, scaleHeight: value, backgroundColor: "value", sourceParamsId: value, format: "value", density: value, stripProfiles: value, videoOffsetInPercentage: value, interval: value }, sourceAssetId: "value" }