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

# Drssed API: digitize, organize, and sync wardrobes

> Drssed API lets you digitize clothing, build outfits, and process images with AI. Built for developers adding wardrobe features to any app.

Drssed is a wardrobe management API that lets you store clothing items, build outfits, and process clothing images — complete with automatic background removal and AI-based categorization. Whether you are building a mobile client or integrating wardrobe features into an existing product, Drssed gives you a single, consistent REST API to work with.

## What you can build

* **Digitize a wardrobe** — upload clothing photos and receive AI-detected category, color, seasons, and style tags without any manual input
* **Manage clothing items** — create, read, update, and delete individual items with rich metadata including name, category, color, seasons, and tags
* **Build outfits** — combine clothing items into named outfits and store scene placement data, tags, and seasonal metadata alongside them
* **Sync across clients** — use the incremental sync endpoints to keep multiple clients up to date efficiently, fetching only records that changed since a given timestamp

## How authentication works

Every request to Drssed requires a JWT Bearer token. You can get a token immediately — no sign-up required — by creating a guest session. Guest sessions are ideal for onboarding flows or exploring the API. When you are ready, you can upgrade a guest account to a full account by adding an email, username, and password.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in minutes — create a guest session, upload an image, and save a clothing item.
  </Card>

  <Card title="Authentication" icon="lock" href="/authentication">
    Learn how JWT tokens work, how to refresh sessions, and how to upgrade a guest account.
  </Card>

  <Card title="Wardrobe concepts" icon="shirt" href="/concepts/wardrobe">
    Understand the clothing data model — categories, colors, seasons, tags, and image associations.
  </Card>

  <Card title="Outfit concepts" icon="layers" href="/concepts/outfits">
    Learn how outfits work, including scene placement data and how clothing items are referenced.
  </Card>
</CardGroup>
