> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nulldrop.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Null Drop - Secure File Sharing.

## Getting Started

Get secure file sharing and the v1 API up and running in minutes.

<Card title="Quick Start" icon="rocket" horizontal href="/quickstart">
  Create an API key and upload your first file with cURL.
</Card>

## Core Features

Everything you need for secure file sharing and management.

<Columns cols={2}>
  <Card title="Upload" icon="upload" href="/api-reference/endpoint/create">
    POST /upload – multipart form-data with field file.
  </Card>

  <Card title="List files" icon="list" href="/api-reference/endpoint/get">
    GET /files – fetch your uploads with pagination.
  </Card>

  <Card title="Get file" icon="file" href="/api-reference/endpoint/webhook">
    GET /files/id – retrieve a single file.
  </Card>

  <Card title="Delete" icon="trash" href="/api-reference/endpoint/delete">
    DELETE /files/id – remove an upload permanently.
  </Card>
</Columns>

## Security & Privacy

Enterprise-grade security features to protect your files.

<Columns cols={2}>
  <Card title="Auth" icon="key" href="/api-reference/introduction">
    Bearer tokens via Authorization header.
  </Card>

  <Card title="Rate limits" icon="speedometer2" href="/api-reference/introduction">
    Headers: X-RateLimit-Limit / Remaining / Reset.
  </Card>
</Columns>

## Need Help?

<Card title="Contact Support" icon="headphones" href="mailto:contact@nulltools.xyz">
  Need help integrating? Reach us directly.
</Card>
