v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Update Asset

This endpoint allows users to update video asset that has previously been created.

post/video/assets/update

Request body

asset_idstring required

Asset Id

titlestring

Specify a text string or identifier which can be used for filtering or searching the asset.

descriptionstring

Attach some textual data with the asset. This field is neither searchable nor filterable.

tagstring

Specify a text string or identifier which can identify an asset or bunch of assets later. You can pass multiple comma separated values.

metadatastring json

Set of key-value pairs that you can attach to this Asset. This can be useful for storing additional information.<br/> Example: <br/> <code> { "internal_video_id" : "123Abc" } </code>

remove_subtitlesstring[]

Comma separated string of language codes.

inputstring

For replacing videos, pass this along with asset_id

{workspace_id}/{asset_id}/origin-{asset_id}

Response

200

object required