Step 1: Upload Encrypted Data
Step 1: Upload Encrypted Data
POST /api/store - Step 1: Upload Encrypted Data
This is the first step of all processes. Your client application needs to prepare the encrypted data locally first, then call this endpoint to upload it. After success, you will get a unique ID for subsequent operations.
[!NOTE]
What you send to this endpoint should be ciphertext, not original text. Please refer to the JavaScript examples on the documentation homepage to learn how to encrypt on the client side.