Back to Home Resources

API Reference

LockMem APIs cover authentication, key lifecycle, encrypted metadata sync, and object transfer authorization.

Key Highlights

  • Auth endpoints: prelogin, login, profile, revision-date, password update.
  • Sync endpoints: metadata create/list and presigned URL workflow.
  • Multipart endpoints: init, part-url, record-part, complete, and session status.

Implementation Notes

  • All sensitive APIs require token-authenticated scope and user-bound access checks.
  • Admin-only operations are explicitly denied for non-admin users.
  • Response semantics are designed for frontend progress and retry handling.

Run API Integration Test

Execute prelogin/login/key-decrypt/upload/password-change/login/decrypt regression flow.

Go to Documentation