Quickstart

Create your first SparkDB bucket and upload a file — it takes less than 2 minutes.

Prerequisites

Step 1: Create a Bucket

  1. Navigate to the Buckets page in the sidebar (/dashboard/buckets)
  2. Click the Create Bucket button
  3. Enter a name for your bucket (3–40 characters, lowercase, hyphens and underscores allowed)
  4. Optionally check Public bucket to make files world-readable
  5. Click Create
focused
Name: my-first-bucket
[✓] Public bucket (files accessible without authentication)
[Create]
Your bucket will appear in the sidebar list.

Step 2: Upload a File

  1. Select your bucket from the list
  2. Drag and drop a file onto the upload zone, or click to select one
  3. Wait for the upload to complete
The file will appear in the file list with its name, size, and content type.

Step 3: Get the File URL

For public buckets, files are accessible at a direct URL:
https://bucket.sparkdb.pro/spark-{userId}-{bucketName}-{rand4}/{filename}
For private buckets, files are served through the API with authentication:
https://api.sparkdb.pro/buckets/{bucketId}/files/{filename}

Step 4: Delete a Bucket

When you’re done, you can delete the bucket:
  1. Select the bucket
  2. Click the Delete button (trash icon)
  3. Confirm the deletion in the dialog
This deletes all files in the bucket, then the bucket itself.

What’s Next?

SDK & API

Manage buckets programmatically with the REST API.

Dashboard Guide

Learn more about the web dashboard features.