πŸ“Introduction

Get to know Stow β€” a simple, headless file storage service designed for developers.

Welcome to Stow, your headless, developer-friendly file storage service designed for speed and simplicity β€” no infrastructure to manage, no complicated server-side code.

What is Stow?

Stow lets you securely upload files and instantly receive a URL to access or serve them β€” no buckets, no complex storage setup, and no backend headaches. Just upload and go.

Key Use Cases

  • User profile images

  • Marketing and product assets

  • Secure document delivery

  • One-time file sharing

  • Application-generated files (reports, exports, etc.)

Philosophy

"Upload β†’ get URL β†’ done."

With Stow, you don't have to think about folders or buckets unless you want to. Files are treated as first-class objects, and you can optionally organize them using simple directory paths. By default, all files are publicly accessible through their URLs, but you can easily restrict access using signed URLs if needed.

How It Works

  1. Setup your Stow Cloud account β€” Create an account to get tenanted, isolated access. You can invite team members, manage roles, and configure a custom domain (e.g., cdn.yourcompany.com).

  2. Authenticate β€” Use your API key or integrate with Clearance.

  3. Upload your file β€” Call the Stow API with your file data and (optionally) a directory.

  4. Get your URL β€” Use the returned URL immediately to serve or share your file β€” no extra infrastructure required.

Quick Start Example

Response

That’s it β€” file uploaded, URL ready. You’re cleared for takeoff πŸš€.

Last updated