One API, Any Storage Provider.

1,000 free requests/month
No credit card required

Trusted by experts.
Used by the leaders.

Ember LogoGatsby LogoSass LogoWayl Logo

Built for Developers Who Ship Fast

Stop wrestling with provider SDKs. One unified API to upload files to R2, Supabase, or Uploadcare. Switch providers without touching your code. That's the power of ObitoX.

Universal upload infrastructure

Sub-50ms API

Multi-layer caching delivers signed URLs faster than you can blink. No bottlenecks.

Zero Lock-In

Change providers by updating one variable. Your code stays untouched. Forever.

Enterprise Security

FILES NEVER TOUCH OUR SERVERS.
Rate limiting, abuse detection, and JWT tokens built-in. Your files stay in your cloud - we just orchestrate access.

Edge Native

Runs on Cloudflare Workers, Vercel Edge, AWS Lambda. Deploy anywhere serverless exists.

100% VERIFIABLE CLAIM

Your Files NEVER Touch Our Servers

Not marketing fluff. Here's the technical proof using cryptographically signed URLs.

How Signed URLs Work:

1

You call our API - we generate a time-limited, cryptographically signed URL

2

We return the URL - your browser/app now has a secure upload endpoint (140ms total)

3

File uploads DIRECTLY to your cloud - R2, S3, etc. (bypasses us completely)

Your App
POST /upload/r2/signed-url
ObitoX
Generates signed URL No file data
Your Cloud (R2/S3)
File uploads DIRECTLY here
140ms
API response
0 bytes
File data processed

Zero Vendor Lock-In

Switch between R2, S3, or Supabase by changing one environment variable. Your code stays untouched.

Developer-First Analytics

Real-time dashboards show upload stats, provider usage, and error rates. Know what's happening before users report it.

1.2k
140ms
99.9%
SDK

One API, Any Provider

Battle-Tested Security

FILES NEVER TOUCH OUR SERVERS.
Rate limiting, abuse detection, and HMAC signatures protect every upload. Your files stay in your cloud - we just orchestrate access.

Lightning Fast

Multi-layer caching delivers signed URLs in under 150ms. Your users won't even notice the API call.

Integrate this afternoon

One SDK, any language. Start uploading files in minutes with less than 10 lines of code. No complexity, just results.

Node.js
Serverless
Next.js
Python
Go
Rust
Ruby
Astro
import { ObitoX } from 'obitox';
const client = new ObitoX({
apiKey: 'your_api_key',
apiSecret: 'your_api_secret'
});
const r2 = client.r2({
accessKeyId: 'your_r2_access_key',
secretAccessKey: 'your_r2_secret_key',
accountId: 'your_account_id',
bucket: 'my-bucket'
});
await r2.upload(file);
// Done! ✓
7-10 lines of code
5 minute setup
Works everywhere