Backend
Node.js SDK
Documentation for ApexxCloud Node.js SDK
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.
Installation
Initialization
File Operations
Upload a File
Delete a File
Get a Signed URL for Download
Generate Pre-Signed URLs for Operations
Available operation types:
upload
: Create new filedelete
: Delete existing filedownload
: Download filestart-multipart
: Initialize multipart uploaduploadpart
: Upload individual partcompletemultipart
: Complete multipart uploadcancelmultipart
: Cancel multipart upload
Multipart Upload
If you need to cancel the upload:
Bucket Operations
List Bucket Contents
Error Handling
The SDK uses a consistent error handling pattern: