Upload API
API for session storage with a simplified interface for uploading and managing content on IPFS storage
This page provides comprehensive documentation for the Upload API, which offers a simplified interface for uploading and managing content on IPFS (InterPlanetary File System) storage. Inspired by the widely adopted S3 API, this interface aims to provide a familiar experience for developers while leveraging the benefits of decentralized storage. By abstracting the underlying complexity of IPFS, the API allows for seamless integration into existing workflows with minimal learning curve.
This API is currently under active development and may be subject to changes. We recommend reviewing the documentation regularly and subscribing to updates to stay informed about any modifications, deprecations, or new features that may affect your integration.
Initiates a multipart upload request to the user's storage bucket. Returns necessary upload details including an uploadId. For using with QS Share, encryptedName should be encrypted using AES256 with the session ID as key
Bearer schema token issued by session credentials
Success
Success
Uploads a specific part of a file during a multipart upload. Requires uploadId, partNumber, and key to identify the upload session and part.
Bearer schema token issued by session credentials
Bearer schema token issued by wallet verification.
API key issued for beta developers for creating/joining sessions.
Success
Success
Completes a multipart file upload by combining previously uploaded parts. Requires the uploadId and associated metadata to finalize the upload.
Bearer schema token issued by session credentials
Success
Success
Permanently deletes a file from the user's storage bucket using its unique fileId.
Bearer schema token issued by session credentials
Success
No content
Success
No content
Retrieves detailed metadata about a single file using its fileId, such as file size, name, upload status, and more.
Bearer schema token issued by session credentials
Success
Success
Last updated

