CallDocumentation Index
Fetch the complete documentation index at: https://docs.drssed.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /users/me/clothing to add a new item to your wardrobe. You must supply a name and a category. All other fields, including image_id, are optional. To attach an image, first upload it via POST /images/preview and pass the returned image_id in the request body.
Endpoint
| Field | Value |
|---|---|
| Method | POST |
| Path | /users/me/clothing |
| Auth required | Yes — Bearer token |
| Rate limit | 5 per minute |
Request body
Display name of the clothing item.
Category of the item. One of:
JACKET, TOP, BOTTOM, FOOTWEAR.ID of an image to associate with this item. Obtain this from
POST /images/preview.Color of the item (e.g.
"Navy Blue").Seasons the item is suited for. Accepted values:
Spring, Summer, Autumn, Winter.Style tags for the item. Accepted values:
Casual, Formal, Sports, Vintage.Free-text description of the item.
Response fields
Status: 201 CreatedThe newly created clothing object.
Example
cURL
Response