After processing an image viaDocumentation 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 /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.| Field | Value |
|---|---|
| Method | GET |
| Path | /uploads/clothing_images/{clothing_id} |
| Auth required | No |
| Rate limit | 10 per minute |
| Returns | WebP image file |
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.| Field | Value |
|---|---|
| Method | GET |
| Path | /uploads/outfit_images/{filename} |
| Auth required | No |
| Rate limit | 10 per minute |
| Returns | WebP image file |
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.