Cloud
Upload to Vault
Learn how to manage Vault with the Blnk CLI.
Vault allows developers to upload, validate and save identity documents in their ledger for easy reference. With vault, developers can:
- Securely upload and validate identity documents.
- Extract data from identity documents for use.
- Check for duplicates, i.e., if that document has been previously uploaded before.
Uploading to Vault
To upload to Vault using the CLI, here’s the command syntax:
Shell
Fields | Description |
---|---|
<file-path> | This is the file location of the document you want to upload. You can upload .pdf, .docx, or .png files. |
<options> | A set of optional parameters that modify the behavior of the command. |
Options | Type | Description |
---|---|---|
-t or --type <type> | String | Specifies the type of document you are uploading. If no type is specified, it defaults to “passport”. |
-v or --use-vision <useVision> | Boolean | Enable (true) or disable (false) vision processing. Vision processing is disabled by default. |
-d or --duplicate-check <duplicateCheck> | Boolean | Check for duplicate files before uploading. It is enabled (true) by default. |
Here’s a sample command:
Shell
Need help?
We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.
To ask questions or discuss issues, please join our Discord community.
Manage your Blnk Ledger and explore advanced features (access control & collaboration, anomaly detection, secure storage & file management, etc.) in one dashboard.
Was this page helpful?