Live-to-vod MediaEntry Creation

CDN providers are offering live-to-vod offerings using archived DVR, this is typically implemented using query params on the Live HLS m3u8 manifest, example;

  • /index.m3u8?startTime=2022-01-01T08:00:00&endTime=2022-01-01-09:00:00

Using the Kaltura API is it possible to create a VoD (mediaEntry) asset by directly passing in this manifest URL and not a liveStreamEntry?