File Staging
Each Vault in your domain has its own file staging which you can access using Vault API. You can use this as a temporary storage area for files you're loading. Vault also uses it to store extracted files.
Before loading any input that references a file, you must upload the file to file staging via API. These files can include source files and renditions for documents. For example, before loading documents with the Create Multiple Documents API, you must first load the document source files to file staging using either the Create Folder or File API (files up to 50 MB) or a Resumable Upload Session (files over 50 MB).
File Staging Permissions
Section link for File Staging PermissionsUploading to or downloading from file staging requires a security profile with the File Staging: Access and API: Access API permissions. Only the standard Vault Owner and System Admin profiles include this by default, but Admins can add this permission to other profiles.
How to Connect to File Staging
Section link for How to Connect to File StagingAs of v20.3+, all new integrations should use Vault API to upload and manage files and folders on your Vault's file staging. See file staging in the Vault API Reference for details.
To connect legacy implementations, see How to Connect Legacy Implementations via FTP.