curl -X POST https://app.drime.cloud/api/v1/vault/create \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "password": "your-secure-vault-password" }'
{ "status": "success", "vault": { "id": 993, "user_id": 15843, "salt": "aqtS3SdP/4pgWlGsDewDMw==", "check": "YYx1WHsVEwqROOwEzgnXU7fkoyCTVASPkVpVkg==", "iv": "VE/FW/XvPwQ2fTB5", "created_at": "2025-12-18T16:09:13.000000Z" } }
Initialize encrypted vault storage
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
success