Store, manage and serve your files via a REST API. Create buckets, generate API keys and integrate in minutes.
50,000+
Buckets created
10M+
Files stored
500+
Companies
99.9%
Uptime
Simple, fast, zero friction.
Sign up in two minutes — no credit card required.
Create a bucket and configure its access permissions.
Integrate our REST API into your app and upload files instantly.
A clean API, simple management, a platform built to scale.
Clear organization of your files into isolated buckets.
Secure access via API keys with rotation & revocation.
Read/write permissions per bucket with fine-grained control.
Track activity and storage volumes in real time.
Secure temporary sharing with automatic expiration.
Simple endpoints, Swagger docs, integrate in just a few lines.
# Upload a file to a bucket
curl -X POST \
"http://apibeyrucket.hostroot.ci/api/v1/buckets/BUCKET_ID/objects/upload" \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@/path/to/file.pdf"
# Generate a Signed URL
curl -X POST \
"https://api.beyrucket.io/api/v1/buckets/BUCKET_ID/objects/FILE_KEY/signed-url" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"expiresIn": 3600}'
Auth (API Key) · Quota Check · Storage Engine