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

# Introduction

> Welcome to Drime Cloud API documentation

## Welcome to Drime Cloud

Drime Cloud is a powerful cloud storage platform that enables you to securely store, manage, and share your files. Our API provides programmatic access to all Drime Cloud features.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with the Drime Cloud API in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://app.drime.cloud">
    Access your Drime Cloud dashboard
  </Card>
</CardGroup>

## Features

<AccordionGroup>
  <Accordion title="File Storage" icon="folder">
    Upload, download, and manage files of any type. Support for simple uploads (\< 5MB) and multipart uploads for larger files.
  </Accordion>

  <Accordion title="Workspaces" icon="building">
    Organize your files into workspaces. Collaborate with team members and manage permissions.
  </Accordion>

  <Accordion title="Sharing" icon="share">
    Share files and folders with specific users or create shareable links with customizable permissions.
  </Accordion>

  <Accordion title="Vault" icon="vault">
    Secure your sensitive files with end-to-end encryption using the Vault feature.
  </Accordion>

  <Accordion title="Tracking" icon="chart-line">
    Track file access and downloads with detailed analytics.
  </Accordion>
</AccordionGroup>

## Base URL

All API requests should be made to:

```
https://app.drime.cloud/api/v1
```

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="headset" href="mailto:contact@drime.cloud">
    Contact our support team
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/SZYu6A3vth">
    Join our Discord community
  </Card>
</CardGroup>
