Skip to main content
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 file
  • delete: Delete existing file
  • download: Download file
  • start-multipart: Initialize multipart upload
  • uploadpart: Upload individual part
  • completemultipart: Complete multipart upload
  • cancelmultipart: Cancel multipart upload

Purge a File Cache

This will purge cdn cache for the original file and all the transformations of the file

Multipart Upload

If you need to cancel the upload:

Bucket Operations

List Bucket Contents

Error Handling

The SDK uses a consistent error handling pattern: