Displaying a video in a webpage is as simple as providing the correct URLs.
<video
src="<<CDN_HOST>>/api/v1/assets/f99255d2bf8142b29561641491e9940c/transcodes/480p-video.mp4"
type="video/mp4"
poster="<<CDN_HOST>>/api/v1/assets/f99255d2bf8142b29561641491e9940c/conversions?resize=800,600"
width="800"
></video>