v1.0 — Public Beta

Object Storage
for developers

Store, manage and serve your files via a REST API. Create buckets, generate API keys and integrate in minutes.

No credit card required Free tier available Deploy in minutes

50,000+

Buckets created

10M+

Files stored

500+

Companies

99.9%

Uptime

Get started in 3 steps

Simple, fast, zero friction.

Create an Account

Sign up in two minutes — no credit card required.

Create a Bucket

Create a bucket and configure its access permissions.

Upload via the API

Integrate our REST API into your app and upload files instantly.

The basics, done right

A clean API, simple management, a platform built to scale.

Buckets

Clear organization of your files into isolated buckets.

API Keys

Secure access via API keys with rotation & revocation.

Access Control

Read/write permissions per bucket with fine-grained control.

Monitoring

Track activity and storage volumes in real time.

Signed URLs

Secure temporary sharing with automatic expiration.

Fast API

Simple endpoints, Swagger docs, integrate in just a few lines.

Integrate in minutes with our REST API

  • Upload & download via simple HTTP
  • API Key in header — no OAuth complexity
  • JSON responses, fully documented Swagger UI
  • Works with cURL, Node.js, Python, Flutter and more
Open Swagger UI
cURL
# 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}'

How Beyrucket works under the hood

Your App Beyrucket API Bucket Files

Auth (API Key) · Quota Check · Storage Engine

Security & isolation

  • Encryption at rest
  • HTTPS required
  • API keys (rotation / revocation)
  • Signed URLs with expiration
  • Full access logs
  • Per-organization data isolation