Powerful, reliable file storage for your apps. Upload images, videos, documents up to 4GB. Perfect for any application.
vacation.jpg
2.4 MB
meeting-recording.mp4
156 MB
project-files.zip
Uploading... 67%
Powerful features to handle all your file storage needs.
Upload files up to 4GB. Perfect for videos, documents, and any media your app needs.
Files stored on our secure cloud. Encrypted, distributed, and always available.
Global CDN delivery via global CDN. Your files load fast anywhere in the world.
Simple REST API with Flutter SDK included. Integrate in minutes, not days.
Track storage usage, file counts, and user activity with the admin dashboard.
Start free, scale as you grow. Pay only for what you need with simple monthly plans.
Start free. Upgrade when you need more.
Get started in minutes with our simple API and Flutter SDK.
curl -X POST https://storage.mobcraft.in/api/v1/files/upload \
-H "X-API-Key: msk_your_key" \
-F "file=@photo.jpg" \
-F "folder=chat_media"
{
"success": true,
"data": {
"fileId": "abc-123...",
"downloadUrl": "https://...",
"fileSize": 102400
}
}
// Initialize the service
final storage = MobcraftStorageService(
apiKey: 'msk_your_key',
baseUrl: 'https://storage.mobcraft.in',
);
// Upload a file
final result = await storage.uploadFile(
imageFile,
folder: 'chat_media',
);
print('URL: ${result.downloadUrl}');
final quota = await storage.getQuota();
print('Used: ${quota.storageUsedFormatted}');
print('Limit: ${quota.storageLimitFormatted}');
print('Tier: ${quota.tier}');
Files are uploaded to our secure cloud. We provide unlimited, reliable storage with global CDN. Your files are encrypted and distributed across our secure cloud.
Yes! All files are stored in secure private storage that only your application can access. API keys are required for all operations, and you can revoke access anytime.
Absolutely! Cancel your subscription anytime. Your plan remains active until the end of the billing period, and you can always downgrade to the free tier.
You won't be able to upload new files until you free up space or upgrade your plan. Existing files remain accessible and won't be deleted.
Yes, we offer a 7-day money-back guarantee for all paid plans. If you're not satisfied, contact support for a full refund.
Join thousands of developers using Mobcraft Storage for their apps.