Quickstart Guide

Welcome to Null Drop. This guide will walk you through the core steps to upload your first file using both our web dashboard and our developer API.

1. Create Your Account

Your account is managed via Null Pass, our unified authentication system.

  1. Go to nulldrop.xyz/register.
  2. Sign up using your email
  3. Once logged in, you'll be redirected to your Uploads Dashboard.

2. Upload Your First File

The simplest way to use Null Drop is through the web interface:

  1. Click the Upload button in the top right corner.
  2. Drag and drop any file or folder.
  3. Your file is now securely stored and available across all your devices.

3. Generate an API Key

To interact with Null Drop programmatically, you'll need an API key.

  1. Navigate to Settings > API Access.
  2. Click Generate New Key.
  3. Copy the key and store it securely; you won't be able to see it again!

4. API Upload Example

You can use our offical SDKs to upload files to Null Drop. Visit our SDK Reference for more information. Or our api docs API Reference.

5. Next Steps

  • Integrate: Link your GitHub or Notion accounts in the Connections tab.
  • Create Buckets: Go to Object Storage to setup your first bucket.
  • Build: Use our SDKs, APIs to add file hosting to your own applications.