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

# Introduction

> Welcome to the official Snipp API documentation! Learn how to upload, manage, and share files programmatically.

Snipp is a modern file-sharing platform with a developer-friendly API. Upload images and videos, manage your files, and integrate Snipp into your own apps and workflows.

<Card icon="rocket" horizontal href="/quickstart" title="Quickstart">
  Get your API key and make your first upload in minutes.
</Card>

## What You Can Do

<Columns cols={2}>
  <Card icon="cloud-arrow-up" href="/api-reference/endpoint/upload" title="Upload Files">
    Upload images and videos with `POST /upload`. Includes privacy controls.
  </Card>

  <Card icon="list" href="/api-reference/endpoint/uploads" title="Manage Uploads">
    List your recent uploads with `GET /uploads` and remove files with `DELETE /deleteUpload`.
  </Card>

  <Card icon="user" href="/api-reference/endpoint/users" title="User Profiles">
    Fetch profile data, badges, and public uploads for any user with `GET /users/{id}`.
  </Card>

  <Card icon="compass" href="/relay-reference/introduction" title="Discover Feed">
    Browse community uploads with `GET /discover` on the Relay API.
  </Card>
</Columns>

## Next Steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate requests with your API key.
  </Card>

  <Card title="File Types" icon="file" href="/concepts/file-types">
    See which formats are supported and their size limits.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/concepts/rate-limits">
    Understand request limits and best practices.
  </Card>

  <Card title="Plans" icon="gem" href="/concepts/plans">
    Compare Free, Plus, and Enterprise tiers.
  </Card>
</CardGroup>
