Storage that moves at the speed of your users.
Filebeam stores, transforms, and delivers your files from the edge closest to whoever's asking for them — with a single API and no infrastructure to run.
Built for the parts of storage that usually break
Every plan runs on the same core: a globally replicated object store with edge delivery baked in, not bolted on.
Upload once, serve everywhere
Files replicate to 41 edge regions within seconds of upload, so the first request from any continent is already a cache hit.
Encrypted before it leaves your server
AES-256 at rest, TLS 1.3 in transit, and per-object signed URLs that expire on your schedule, not ours.
One API, every operation
Upload, transform, sign, and delete through a single REST surface. SDKs for Node, Python, Go, and Rust ship on day one.
CDN that understands your files
Images resize and re-encode at the edge on request; video segments and range requests are handled natively, no extra config.
Teams building on Filebeam
A few words from developers who moved their storage over.
"We swapped our S3 + CloudFront setup for Filebeam in an afternoon. Latency for our APAC users dropped by more than half."
"The image transform API alone saved us a whole microservice. Fewer moving parts, one less thing to page us at 3am."
"Signed URLs and audit logs were the two things procurement asked about first. Both were already there, which made the review easy."
Frequently asked questions
Can't find what you're looking for? Reach out at hello@filebeam.dev.
How does pricing work? +
You pay for storage and bandwidth you actually use, billed monthly or yearly. Free covers small projects outright; Pro and Enterprise scale with predictable per-GB rates and no surprise egress fees.
Is my data encrypted? +
Yes. Every object is encrypted at rest with AES-256 and in transit with TLS 1.3. Pro and Enterprise plans can also bring their own encryption keys.
What regions are supported? +
Filebeam runs 41 edge regions across North America, Europe, South America, and Asia-Pacific. Enterprise customers can request dedicated regions for data residency requirements.
Can I use the API? +
The entire product is API-first — the dashboard is a thin layer over the same REST API you'd use in production. See the docs for authentication and endpoint details.
How do I contact support? +
Free and Pro plans get priority email support with a same-business-day response target. Enterprise plans get a dedicated Slack channel with their infrastructure team.
Do you offer refunds? +
Yes, within the first 14 days of any paid plan if you haven't exceeded the Free plan's usage limits. Reach out to billing@filebeam.dev and we'll process it within 5 business days.
Get your first object served from the edge in under five minutes.
Start building freePricing that scales with what you ship
Start free, move to Pro when traffic does, and talk to us when you need dedicated regions or contracts.
- 5 GB storage
- 20 GB bandwidth / month
- 6 edge regions
- Community support
- 250 GB storage
- 2 TB bandwidth / month
- 41 edge regions
- On-the-fly image transforms
- Priority email support
- Unlimited storage
- Dedicated bandwidth pool
- Private regions on request
- SSO and audit logs
- Dedicated Slack channel
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Storage | 5 GB | 250 GB | Unlimited |
| Bandwidth / month | 20 GB | 2 TB | Custom |
| Edge regions | 6 | 41 | 41 + private |
| Image & video transforms | — | ||
| Signed URLs | |||
| Webhooks | — | ||
| SSO & audit logs | — | — | |
| Support | Community | Priority email | Dedicated Slack |
Not sure which plan fits? We'll help you size it.
Talk to salesGetting Started
The Filebeam API is a standard REST API served over HTTPS. All requests and responses use JSON, except for file bodies on upload. Base URL for every endpoint:
Official SDKs are available for Node.js, Python, Go, and Rust. Installing the Node SDK:
Authentication
Every request must include an API key as a bearer token. Generate keys from your dashboard under Settings → API Keys. Keys are scoped to a project and can be restricted to read-only access.
Keep your keys server-side. A leaked key can be revoked instantly from the dashboard without affecting other keys on the same project.
Upload
Upload a file with a multipart POST request to /v1/objects. Filebeam returns the object's public URL as soon as it has been written to the origin region; edge replication happens asynchronously within seconds.
Download
Every object is available at its CDN URL with no additional request needed — no signing required for public objects. For private objects, generate a time-limited signed URL:
Image objects also accept transform parameters directly in the URL query string, such as ?w=400&format=webp, rendered and cached at the edge on first request.
Webhooks
Subscribe to object lifecycle events — object.created, object.replicated, and object.deleted — from Settings → Webhooks. Each event is a signed POST to your endpoint.
Verify the Filebeam-Signature header against your webhook secret before trusting the payload.
Sign in to Filebeam
Terms of Service
1. Acceptance of Terms
By creating an account or otherwise accessing the Filebeam API, dashboard, or CDN (together, the "Service"), you agree to be bound by these Terms of Service. If you are using the Service on behalf of an organization, you are agreeing on behalf of that organization.
2. Description of Service
Filebeam provides object storage and content delivery infrastructure accessible through a REST API and web dashboard. We may add, change, or remove features at any time, and will make reasonable efforts to notify customers of changes that materially affect existing integrations.
3. Account Registration and Security
You are responsible for maintaining the confidentiality of your account credentials and API keys, and for all activity that occurs under your account. Notify us immediately at security@filebeam.dev if you suspect unauthorized use.
4. Acceptable Use
You may not use the Service to store or distribute content that is unlawful, infringes third-party rights, or violates our Acceptable Use Policy, including malware distribution, unsolicited bulk messaging infrastructure, or content that violates applicable export control laws. We reserve the right to suspend accounts that violate this section without prior notice.
5. Payment, Billing, and Cancellation
Paid plans are billed in advance on a monthly or yearly basis. Usage-based charges (bandwidth and storage beyond plan limits) are billed in arrears at the start of the following billing cycle. You may cancel at any time; cancellation takes effect at the end of the current billing period and no partial refunds are issued except as described in our refund policy.
6. Limitation of Liability
The Service is provided "as is" without warranties of any kind beyond those expressly stated in an applicable Service Level Agreement. To the maximum extent permitted by law, Filebeam, Inc. will not be liable for indirect, incidental, or consequential damages arising from use of the Service.
7. Changes to These Terms
We may update these Terms from time to time. Material changes will be announced via email and the dashboard at least 14 days before they take effect. Continued use of the Service after that date constitutes acceptance of the revised Terms.
Privacy Policy
1. Information We Collect
We collect account information you provide directly (name, email, billing details), usage data generated as you use the API and dashboard (request logs, storage and bandwidth metrics), and the files you choose to store, which we treat as your customer content, not our own data.
2. How We Use Information
We use account and usage information to operate and bill for the Service, respond to support requests, detect abuse, and improve reliability. We do not scan, analyze, or use the content of your stored files for advertising or model training purposes.
3. Data Storage and Retention
Customer content is retained until you delete it or close your account, after which it is purged from our origin and edge caches within 30 days. Billing and usage logs are retained for up to 7 years to comply with financial record-keeping obligations.
4. Cookies and Tracking
The dashboard uses essential cookies for authentication and session management, and a limited-lifetime analytics cookie to understand feature usage. We do not use third-party advertising trackers.
5. Third-Party Services
We rely on a small number of subprocessors for payment processing, email delivery, and infrastructure hosting. A full, current list of subprocessors is available on request from privacy@filebeam.dev. Each subprocessor is bound by a data processing agreement consistent with this policy.
6. Your Rights and Choices
Depending on your jurisdiction, you may have the right to access, correct, export, or delete your personal information. You can export or delete account data directly from Settings, or contact privacy@filebeam.dev for assistance.
7. Contacting Us
Questions about this policy can be sent to privacy@filebeam.dev. Our mailing address is available on request for formal data protection inquiries.