Overview
ApexxCloud provides powerful cloud storage and media transformation capabilities. This guide will help you get started with:- Setting up your SDK
- Uploading your first file
- Applying transformations
- Connecting external storage (optional)
Already have an S3, R2, or Spaces bucket? You can connect your existing bucket
to use our transformation and CDN features while keeping your files in your
own storage. Learn more about connecting your
bucket.
Installation
Choose the SDK that best fits your needs:If you want sdk support for languages that is not supported yet, please
contact us so we can add it. you can also integrate
the api directly in your own applications.
Quick Setup
Node.js
Browser
React
useApexxCloud hook provides:
- Simple file upload handling
- Progress tracking
- Error handling
- Upload cancellation
- Multipart upload support
External Storage Support
ApexxCloud supports connecting your existing storage buckets:- AWS S3
- Cloudflare R2
- DigitalOcean Spaces
Example Repository
Check out our example repository for a complete working implementation using our SDKs. The example repository demonstrates:- Basic file uploads
- Multipart uploads
- Transformation usage
- Error handling
- Progress tracking