POST /images/preview, you can retrieve the resulting file directly by its ID or filename. Two endpoints are available: one for clothing images and one for outfit collage images. Both return WebP files and do not require authentication.
Endpoints
GET /uploads/clothing_images/{clothing_id}
Retrieve a processed clothing image by its clothing ID.The ID of the clothing item. Also accessible with an explicit
.webp extension: /uploads/clothing_images/{clothing_id}.webp.cURL
GET /uploads/outfit_images/{filename}
Retrieve an outfit collage image by its filename.The outfit image filename, without the
.webp extension. The extension is appended automatically if omitted.cURL
These endpoints do not require authentication. Images are publicly accessible by their ID or filename.
Images are served in WebP format for optimal compression and performance.