Kaltura API

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