Я пытался узнать, поддерживает ли UIDocumentInteractionViewController видео, но я не могу его получить
Да, он поддерживает загрузку видео.
Вы можете передать «Унифицированные идентификаторы типов» при инициализации «UIDocumentPickerViewController»
let documentPicker = UIDocumentPickerViewController(documentTypes: ["public.data"], in: .import)
Другой пример только для PDF-файлов
let documentPicker = UIDocumentPickerViewController(documentTypes: ["public.composite-content"], in: .import)
Вы можете проверить разрешенные типы на сайте Apple.
https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html#//apple_ref/doc/uid/TP40009259-SW1