Global edge file storage
Global file storage with automatic CDN distribution. Upload files, images, and documents with built-in optimization, signed URLs for security, and instant global delivery via edge locations.
Initialize the SDK with your app credentials
Upload files using sylphx.storage.upload()
Get public URLs or signed URLs for access
Use CDN URLs for fast delivery
Follow the quick start guide to set up this service.
Configure the service using environment variables or the dashboard.
Use your API key to authenticate requests to this service.
| Method | Description |
|---|---|
sylphx.storage.upload() | Upload a file |
sylphx.storage.getSignedUrl() | Get a signed download URL |
sylphx.storage.delete() | Delete a file |
sylphx.storage.list() | List files in a directory |
Check out our complete documentation for in-depth guides and tutorials.
View full documentation