Retrieves an embedded iframe video player for a given asset.

Behavior: Generates an HTML iframe representation of the specified media asset. If the asset is not found or an error occurs during retrieval, an HTML error page is returned instead of throwing an exception.

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

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

Error Scenarios: If the asset ID is empty or null, a validation exception is thrown. If the asset cannot be found, a not-found exception is thrown. Any other errors are caught and an HTML error page is returned with the error message.

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

The unique identifier of the asset to embed.

int32

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

int32

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

boolean
Defaults to true

Whether the media should autoplay when loaded. Defaults to true.

Responses

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