Features Pricing Tools API Docs
Log In Create Account
Fast, secure file storage for developers & teams

Store, share & deliver
files at scale

Upload files via API or drag & drop. Generate instant CDN links and share them anywhere. Start free — no credit card required.

Start for free Try uploading now
DanimaruCloud Upload
1 — Authenticate
2 — Select Files
3 — Results

No API key? Create a free account

Everything you need for file hosting

A complete file storage platform with API access, storage quotas, and CDN delivery.

API Upload
Upload files programmatically using your API key.
Global CDN
Files served via CDN with low latency global delivery.
Short Links
Clean short URLs at /f/{id} for easy professional sharing.
Secure by Default
Validation, rate limiting, and randomized filenames included.
File Dashboard
Manage and browse your files from a clean dashboard.
Storage Plans
Start with 100MB free. Upgrade as your storage needs grow.

Simple, transparent pricing

Start free and scale as you grow. No hidden fees.

Free
Rp 0 / month
50 MB storage
  • API key access
  • File manager dashboard
  • Short links
  • 50MB max per file
Get Started Free
Basic
Rp 25.000 / month
1 GB storage
  • API key access
  • File manager dashboard
  • Short links
  • 50MB max per file
Start Basic
Pro Verification
Rp 99.000 / month
10 GB storage
  • API key access
  • File manager dashboard
  • Custom API Key Access
  • Short links
  • 50MB max per file
Start Pro Verification

Upload via REST API

Integrate file uploads into your application in minutes. Use your API key to authenticate requests.

Get your API key
cURL
# Upload a file
curl -X POST https://cloud.danimaru.my.id/api/upload \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "files[]=@photo.jpg"

# Response
{
  "status": "success",
  "files": [{
    "filename": "photo.jpg",
    "url": "https://cloud.danimaru.my.id/f/abc123yz.jpg",
    "mime": "image/jpeg"
  }]
}
Developer Tools

Lebih dari Sekadar Cloud Storage

Tools tambahan yang bisa kamu gunakan langsung dari dashboard atau melalui API.

URL Shortener

Ubah URL panjang menjadi link pendek yang mudah dibagikan. Tersedia via API dan dashboard.

POST /api/shorten

QR Code Generator

Generate QR Code dari URL manapun dalam hitungan detik. Download sebagai PNG atau embed langsung.

GET /api/qr?url=...

Barcode Generator

Buat barcode format Code 128 dari URL atau teks apapun. Download sebagai SVG berkualitas tinggi.

GET /api/barcode?url=...