Get Shareable Asset
Get a shareable asset. Optionally pass an instant-clip window (clip_start/clip_end) to receive a stream_url that plays only that window.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the shareable asset to retrieve
Query Parameters
Instant-clip window start in seconds. Must be provided together with clip_end. When set, the returned stream_url plays only the [clip_start, clip_end] window — the share itself is untouched, and reads without the params keep returning the full-asset stream.
x >= 0Instant-clip window end in seconds; must be greater than clip_start. Must be provided together with clip_start.
x > 0Response
Shareable asset retrieved 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; 'player' additionally lets the share play inline when its link is unfurled by the Cloudglue Slack app — anyone who can see the Slack message can play it. Public shares always emit full metadata (and unfurl playable where the Slack app is installed) regardless of this value.
none, full, player 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. When the asset was fetched with a clip window (clip_start/clip_end on GET /share/{id}), the stream plays only that window.
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