POST /users/me/outfits to create a new outfit. You can assemble a canvas scene by placing clothing items at specific coordinates, layer orders, and rotations. All fields except name are optional — you can create an empty outfit and populate the scene later using PATCH /outfits/.
Endpoint
Request body
Display name for the outfit.
Optional free-text description of the outfit.
Whether the outfit is visible to other users.
Whether to mark the outfit as a favorite.
Seasons the outfit is suitable for. Accepted values:
Spring, Summer, Autumn, Winter.Style tags for the outfit. Accepted values:
Casual, Formal, Sports, Vintage, Outdoor, Party, Work, Beach.Array of
CanvasPlacement objects that define the visual layout of the outfit. Each object positions one clothing item on the canvas.Response fields
Status: 201 CreatedThe newly created outfit object.
Example
cURL
Response