v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-28124212862.9 KB
Assets

Update an asset

Updates the details of an existing Asset with the provided Asset ID. This API currently only supports the passthrough and meta fields.

patch/video/v1/assets/{ASSET_ID}

Path parameters

ASSET_IDstring required

The asset ID.

Request body

passthroughstring

You can set this field to anything you want. It will be included in the asset details and related webhooks. If you're looking for more structured metadata, such as title or external_id , you can use the meta object instead. Max: 255 characters. In order to clear this value, the field should be included with an empty string value.

Response

OK