Kaltura API DocumentationcuePoint.addFromBulk

Allows you to add multiple cue points objects by uploading XML that contains multiple cue point definitions

Try it out
post https://www.kaltura.com/api_v3/service/cuepoint_cuepoint/action/addFromBulk

Request Parameters

fileData:file  required

Response

Success

object:KalturaCuePointListResponse
objects:array[object:KalturaCuePoint]
object:KalturaCuePoint

abstract

copiedFrom:string

readOnly

createdAt:integer

readOnly

cuePointType:string
Enum: AD [adCuePoint.Ad], ANNOTATION [annotation.Annotation], CODE [codeCuePoint.Code], EVENT [eventCuePoint.Event], QUIZ_ANSWER [quiz.QUIZ_ANSWER], QUIZ_QUESTION [quiz.QUIZ_QUESTION], THUMB [thumbCuePoint.Thumb]

readOnly

Enum Type: KalturaCuePointType

entryId:string

insertOnly

forceStop:integer
Enum: NULL_VALUE [-1], FALSE_VALUE [0], TRUE_VALUE [1]

Enum Type: KalturaNullableBoolean

id:string

readOnly

intId:integer

readOnly

isMomentary:boolean

readOnly

objectType:string
Enum: KalturaAnnotation, KalturaAdCuePoint, KalturaAnswerCuePoint, KalturaCodeCuePoint, KalturaEventCuePoint, KalturaQuestionCuePoint, KalturaThumbCuePoint
partnerData:string
partnerId:integer

readOnly

partnerSortValue:integer
startTime:integer

Start time in milliseconds

status:integer
Enum: READY [1], DELETED [2], HANDLED [3], PENDING [4]

readOnly

Enum Type: KalturaCuePointStatus

systemName:string
tags:string
thumbOffset:integer
triggeredAt:integer
updatedAt:integer

readOnly

userId:string
KalturaCuePointListResponse must also match all of:
object:KalturaListResponse