Update Shareable Asset
Update a shareable asset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the shareable asset to update
Body
Shareable asset update request parameters
The title of the shareable asset
The description of the shareable asset
The metadata of the shareable asset
Rich link-preview metadata for unfurl bots. Only affects private shares: 'none' keeps today's no-preview behavior; 'full' emits title, description, and thumbnail Open Graph tags. Public shares always emit full metadata.
none, full Response
Shareable asset updated successfully
The unique identifier of the shareable asset
The ID of the file the shareable asset belongs to
Controls rich link-preview (Open Graph) metadata for unfurl bots on private shares. 'none' (default) emits no preview metadata; 'full' emits title, description, and thumbnail. Public shares always emit full metadata regardless of this value.
none, full The timestamp of when the shareable asset was created
The ID of the file segment the shareable asset belongs to (optional)
The title of the shareable asset
The description of the shareable asset
The metadata of the shareable asset
The visibility of the shareable asset. 'public' assets are viewable by anyone with the link; 'private' assets are restricted to members of the owning account and stream via a signed, token-gated playback url.
public, private The thumbnail url of the shareable asset
The signed media download url of the shareable asset. For private assets this url is short-lived (a few minutes) and should be used promptly.
The timestamp of when the media download url will expire
This is the url that can be used to share the shareable asset. For private assets the page requires sign-in and membership of the owning account.
The HLS stream url of the shareable asset. Available when the stream has finished processing. For private assets this is a signed, token-gated url that should be treated as short-lived.
The status of the shareable asset
pending, processing, completed, failed The type of asset the shareable asset belongs to
file, file_segment Object type, always 'share'
share