Introduction
Overview of Mothrbox β a privacy-first data storage layer built with RESTful APIs.
Mothrbox is a privacy-first, developer-focused data storage layer built for modern decentralized and hybrid applications. It enables you to securely encrypt, store, and retrieve anything β models, documents, blobs, metadata β using RESTful APIs.
Mothrbox takes care of all the heavy lifting: from secure encryption (ECC) to ultra-fast decryption and edge-based storage. Whether you're building a Web3 app, an AI backend, or handling confidential documents, Mothrbox simplifies secure storage.
Getting Started
To begin using Mothrbox:
- Create a Mothrbox account
- Generate an API key
- Start uploading encrypted or plain files using the REST API
β οΈ Note: SDKs for languages like Rust, JavaScript, and Python are coming soon. For now, integration is fully supported through REST endpoints.
Storage Modes
Mothrbox supports two flexible modes:
-
π Encrypted Mode
Your data is encrypted client-side with modern ECC (NIST P-256) and stored securely. Only those with the correct private key can decrypt it. -
π Plain Mode
Data is stored unencrypted for public or open-access scenarios. Ideal for media, metadata, or fast delivery.
Blockquotes
βWith Mothrbox, you donβt need to choose between speed and security β you get both.β
The API is designed to be fast, intuitive, and secure β so you can ship faster and protect user data effortlessly.
Example REST Request
POST /v1/storage/encrypted
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"data": "base64-encoded-payload",
"filename": "report.pdf"
}
This endpoint stores encrypted content. You can later retrieve and decrypt it using the corresponding private key.
Use Cases
-
π Role-based or token-gated content systems
-
πΎ Off-chain embeddings, AI model storage
-
π§Ύ Secure invoices, receipts, or billing records
-
𧬠Medical or identity document vaults
-
π Web2+3 hybrid apps needing secure persistence
Conclusion
Mothrbox brings high-performance, secure storage to your stack via a simple REST API. Whether youβre handling public media or deeply confidential documents, Mothrbox provides encryption, storage, and retrieval β all in one place.
Built with privacy in mind. Powered by performance. Ready for developers.
π§ Stay tuned β official SDKs are on the way!