Store
Bring your files into the existing storage workflow.
THE WEBSGUARD GUIDE
Explore the existing cloud storage guide and technical examples.
Bring your files into the existing storage workflow.
Keep the files you need together.
Follow the guide to access your saved files.
POST /v1/pinning/pins
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"cid": "QmYourContentID",
"name": "MyFile"
}
POST /v1/presigned-url
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"cid": "QmYourContentID",
"expiry": 3600
}
Ans: A Content Identifier (CID) is a unique hash representing your file on IPFS.
Ans: Files remain stored permanently as long as they are pinned on our nodes.
Ans: Yes, pre-signed URLs allow secure temporary access to your pinned files.
Ans: Use our REST API or SDKs to pin files, generate URLs, and monitor usage programmatically.
Ans: Yes, pinned files are replicated across multiple nodes and regions for high availability.