Upload media file from remote instead of file?

I’m uploading video files for transcription and OCR.

It starts with /upload start

https://generativelanguage.googleapis.com/upload/v1beta/files?key=mykey

… and then continues with upload finalize

https://generativelanguage.googleapis.com/upload/v1beta/files?key=mykey&upload_id=theuploadid&upload_protocol=resumable

(I’m sending the actual video).

But my question is this: is it possible to give Gemini the video from a remote location, not my direct environment?