Kaltura API DocumentationattachmentAsset.add

Add attachment asset

Try it out
post https://www.kaltura.com/api_v3/service/attachment_attachmentasset/action/add

Request Parameters

body:object
object
attachmentAsset*:object:KalturaAttachmentAsset
filename:string

The filename of the attachment asset content

format:string
Enum: TEXT [1], MEDIA [2], DOCUMENT [3], JSON [4]

Enum Type: KalturaAttachmentType

The attachment format

objectType:string
Enum: KalturaAttachmentAsset, KalturaTranscriptAsset
status:integer
Enum: ERROR [-1], QUEUED [0], READY [2], DELETED [3], IMPORTING [7], EXPORTING [9]

readOnly

Enum Type: KalturaAttachmentAssetStatus

The status of the asset

title:string

Attachment asset title

KalturaAttachmentAsset must also match all of:
object:KalturaAsset
KalturaAttachmentAsset must also match any of:
object:KalturaAttachmentAssetobject:KalturaTranscriptAsset
entryId*:string

Response

Success

object:KalturaAttachmentAsset
filename:string

The filename of the attachment asset content

format:string
Enum: TEXT [1], MEDIA [2], DOCUMENT [3], JSON [4]

Enum Type: KalturaAttachmentType

The attachment format

objectType:string
Enum: KalturaAttachmentAsset, KalturaTranscriptAsset
status:integer
Enum: ERROR [-1], QUEUED [0], READY [2], DELETED [3], IMPORTING [7], EXPORTING [9]

readOnly

Enum Type: KalturaAttachmentAssetStatus

The status of the asset

title:string

Attachment asset title

KalturaAttachmentAsset must also match all of:
object:KalturaAsset
KalturaAttachmentAsset must also match any of:
object:KalturaAttachmentAssetobject:KalturaTranscriptAsset