Kaltura API

cuepoint_cuepointadd
Description:
Allows you to add an cue point object associated with an entry
Input Params
Name Type Description Required Default Value
cuePoint KalturaCuePoint V
Output Type
KalturaCuePoint
Example HTTP Hit
http://www.kaltura.com/api_v3/service/cuepoint_cuepoint/action/add
JSON object:
				
{ cuePoint: { objectType: "KalturaCuePoint", entryId: "value", triggeredAt: value, tags: "value", startTime: value, userId: "value", partnerData: "value", partnerSortValue: value, forceStop: value, thumbOffset: value, systemName: "value" } }