LogoLogo
Developer API
QS Framework
QS Framework
  • Introduction
  • Session API
  • Upload API
  • Chats API
  • Wallet Verification API
  • Real Time Events
Powered by GitBook

Social Media

  • X

@2025 Quick Sync

On this page
  • API Version
  • Authentication
  • APIs
  • Realtime Events

Introduction

NextSession API

Last updated 6 days ago

The current Quick Sync APIs supports group communication, wallet proof, collaborative messaging, file sharing, chat, and more.

System Operational Status

API is currently under active development and is subject to change. We recommend checking the documentation regularly and subscribing to updates to stay informed about any changes, deprecations, or new features that could impact your implementation.

The APIs are in closed beta, to request access please contact us.

API Version

  • Current Version: v1

Base URL:

https://api.quicksync.me/{version}/

Replace {version} with the appropriate API version (e.g., v1).

Authentication

This API uses Bearer Token Authentication. To authenticate, include your token in the Authorization header:

Authorization: Bearer YOUR_ACCESS_TOKEN

Some endpoints require a token generated by a flow.

APIs

  • Create, join, and manage user sessions.

  • Control session access with passwords and whitelisting.

  • Upload, download, and manage files.

  • Supports multipart uploads for large files.

  • Create, retrieve, and manage chat messages.

  • Add, view, and track emoji or custom reactions on messages.

  • Pin important messages.

  • Generate nonce for cryptographic verification.

  • Verify wallet ownership from blockchain wallets.

  • Used to generate tokens used to access the rest of the APIs

Quick Sync provides real time features via Hubs using the WebSocket protocol.

Real time events documentation can be found .

wallet ownership verification
1. Session API (User Management)
2. Upload API (Decentralized File Storage)
3. Chats API
4. Wallet Verification API (Blockchain Integration)
Realtime Events
SignalR
here