Files
Upload files and documents into your client vaults.
Programmatically uploading documents and files to your clients vault on their behalf is one of the best ways to help your clients.
The File Object
The file object has the following attributes
Upload a File
This route will encrypt and upload a file into your clients vault on their behalf. Your client does not need to have activated their vault yet in order for you to begin uploading files.
Note: This endpoint only accepts the content type of “multipart/form-data”
Code Example
Request Details
Uploads a file into a client’s vault
POST
YOUR_API_URL/v1/clients/:clientId/files
This endpoint only accepts the content type of “multipart/form-data”
Headers
Name
Type
Description
Authorization*
String
Bearer <API_KEY>
Request Body
Name
Type
Description
file
form-data
FILE_BLOB
Last updated