🚀Getting Started
Learn how to quickly authenticate, upload your first file, and start serving URLs with Stow.
Step 1: Authenticate
Authorization: Bearer <YOUR_API_KEY>Step 2: Upload a file
curl -X POST https://api.stow.io/upload
-H "Authorization: Bearer <YOUR_API_KEY>"
-F "[email protected]"
-F "directory=profile-images/"{ "url": "https://cdn.stow.io/profile-images/myphoto.png" }Step 3: Use your file URL
Optional: Use directories
That’s it!
Last updated