Update Asset
Update an asset’s name or visibility. With API-key auth the asset must be owned by the key owner; organization-shared assets can only be updated from an admin/owner session.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
id
A unique identifier for an asset.
Request
This endpoint expects an object.
name
A new display name for the asset.
visibility
Update who can see the asset.
Response
Asset updated successfully
id
A unique identifier for an asset.
createdAt
The date and time the asset was created.
updatedAt
The date and time the asset was last updated.
type
The type of asset file.
visibility
Visibility scope for the asset.
name
The filename of the asset.
url
The URL to access the asset media.
size
File size in bytes.
format
File format/extension (e.g., “mp4”, “wav”).
inputType
The source type of the asset.
durationSeconds
Duration of the media in seconds (for audio/video).
thumbnailUrl
URL to the asset's thumbnail image.
width
Width in pixels (for video/image).
height
Height in pixels (for video/image).
projectId
The id of the project this asset is attached to, or null when it belongs to no project.
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

