Generates a server-side HTML page with social media metadata tags for sharing media.

Behavior: Produces a full HTML page with dynamically injected Open Graph and social media metadata tags suitable for link previews. The asset can be identified either by a direct asset ID or by a stream URL. When a stream URL is provided without an ID, the asset is looked up by its path in the content bucket. When an ID is provided, it is validated as a share and checked for expiration before rendering. Autoplay can be specified as "true", "false", "1", or "0".

Authorization: No authorization required. This is a publicly accessible endpoint for shared and embedded content.

Side Effects: None. This is a read-only operation.

Error Scenarios: If a share ID is provided but the share is unavailable or expired, an HTML error page is returned. If neither a valid ID nor a resolvable stream URL is provided, an HTML error page indicating the media or share could not be found is returned. Any unexpected errors during rendering also produce an HTML error page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

The asset ID or share ID. Optional if streamUrl is provided.

int32

The width of the embedded player in pixels. Defaults to 711 if not specified.

int32

The height of the embedded player in pixels. Defaults to 400 if not specified.

string

The full URL path to the asset stream. Must be URL-encoded. Optional if id is provided.

string
Defaults to true

Whether the media should autoplay. Accepts "true", "false", "1", or "0". Defaults to "true".

string

An optional title for the shared video, used in metadata tags.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/html