API_SECRET, no CORS_ORIGIN, no Docker resources to size. Create an account, create an API key, upload.
Cloud is in public alpha, and sign-up is open to everyone. It is early, so tell us what breaks.
Two hostnames
Create your account
1
Open the app
Go to app.openinary.dev and enter your email
address. Signing in and signing up are the same form: a new address
creates the account.
2
Enter the code
You receive a 6-digit code by email (valid 10 minutes). Enter it and
you’re in, on the Free plan. You can also sign in
with Google.
Buckets
A bucket is an isolated space for your media. Files, folders, and cached transforms never cross between buckets, and each bucket has its ownbucketId
in your delivery URLs, so a staging bucket can’t serve a production asset.
- One bucket is active at a time in the dashboard, that’s the one the media browser shows.
- API keys are pinned to a single bucket when you create them, and can’t be re-scoped afterwards. What an integration writes to therefore never depends on what’s selected in the dashboard.
- Deleting a bucket deletes its files and every API key pinned to it.
Plans and limits
Every account starts on Free. Alpha doubles the allowances, costs nothing per month, and adds pay-as-you-go past them (a card is collected at checkout so overage can be billed). Upgrade from Settings → Plan.
Hitting a limit on Free returns
402 until the monthly allowance resets. Storage is cumulative and does not reset. Video is metered on how long the transform ran, not on the video’s length, and cached deliveries never count as transformations.
Live usage, the deliveries behind each number, and your video jobs are in
Settings → Usage and Settings → Plan.
What’s different from self-hosted
Almost nothing, at the level you write code, the transformation syntax is identical. The differences worth knowing:Next steps
Cloud Quickstart
Create an API key, upload a file, and deliver your first transformed URL.
Cloud API Reference
Base URL, authentication, every endpoint, errors and rate limits.
File Uploader on Cloud
Drop the React uploader into your app, no API key in the browser.
Transformations
The full parameter list, shared with the self-hosted version.