🛠️API Reference
Explore Stow’s simple, developer-friendly API endpoints to upload, retrieve, delete, and manage your files with ease.
Welcome to the Stow API reference! This section provides an overview of the core endpoints you’ll use to integrate Stow into your applications.
Overview
Stow’s API is designed to be simple and developer-friendly. Authenticate with your API key, upload your file, and get a URL — all without managing infrastructure or server-side storage logic.
📤 Upload File
Description: Upload a new file and receive a public URL in response.
🏷️ Get File Metadata
Description: Retrieve metadata details for a specific file (e.g., size, content type, creation date).
❌ Delete File
Description: Delete a file so it can no longer be accessed via its URL.
✏️ Update File or Metadata
Description: Update an existing file or its metadata.
You’re cleared to integrate 🚀.
Last updated