Update Asset
This endpoint allows users to update video asset that has previously been created.
- Type: stringasset
_id requiredAsset Id
- Type: array object[]call
_to _actions CTA, is an explicit prompt within the video content encouraging viewers to take a particular action.
- Type: stringdescription
Attach some textual data with the asset. This field is neither searchable nor filterable.
- Type: stringinput
For replacing videos, pass this along with
asset_id{workspace_id}/{asset_id}/origin-{asset_id} - Type: string Format: jsonmetadata
Set of key-value pairs that you can attach to this Asset. This can be useful for storing additional information.
Example:{ "internal_video_id" : "123Abc" } - Type: array string[]remove
_subtitles Comma separated string of language codes.
- Type: stringtag
Specify a text string or identifier which can identify an asset or bunch of assets later. You can pass multiple comma separated values.
- Type: stringtitle
Specify a text string or identifier which can be used for filtering or searching the asset.
- application/json
- application/json
curl https://api.gumlet.com/v1/video/assets/update \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"asset_id": "<YOUR_ASSET_ID>",
"title": "Updated Title"
}'
{}
