This endpoint allows users to trim a video from a specified URL based on start and end timestamps. The trimmed video is then uploaded to R2 storage, and the URL of the trimmed video is returned.
{ "videoUrl": "string", // Required. The URL of the video to trim. Only MP4 videos are supported. "startTimestamp": "string", // Required. The start time of the trim in HH:MM:SS format. "endTimestamp": "string" // Required. The end time of the trim in HH:MM:SS format.}