Skip to main content

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 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.

Quickstart

Make your first API call in minutes — create a guest session, upload an image, and save a clothing item.

Authentication

Learn how JWT tokens work, how to refresh sessions, and how to upgrade a guest account.

Wardrobe concepts

Understand the clothing data model — categories, colors, seasons, tags, and image associations.

Outfit concepts

Learn how outfits work, including scene placement data and how clothing items are referenced.