Upload Outfit Image
Image
Drag & drop an image here or click to browse
JPG, PNG, WEBP — max 10MB
All Items 0
| Image | Name | Category | Subcategory | Uploaded |
|---|---|---|---|---|
No items loaded — enter your API key and click Refresh. | ||||
Add Category
Add Subcategory
All Categories 0
| # | Category | Subcategories | Actions |
|---|---|---|---|
No categories loaded — enter your API key and click Refresh. | |||
API Endpoints Reference
| Method | Endpoint | Description | Auth |
|---|---|---|---|
| POST | /api/upload | Upload image with name, category, subcategory | X-API-Key |
| GET | /api/categories | Get all categories with nested subcategories | X-API-Key |
| GET | /api/items | Get all items with category & subcategory info | X-API-Key |
| POST | /api/admin/category | Create category | X-API-Key |
| PUT | /api/admin/category/{id} | Update category | X-API-Key |
| DELETE | /api/admin/category/{id} | Delete category | X-API-Key |
| POST | /api/admin/subcategory | Create subcategory | X-API-Key |
| PUT | /api/admin/subcategory/{id} | Update subcategory | X-API-Key |
| DELETE | /api/admin/subcategory/{id} | Delete subcategory | X-API-Key |
Test: GET /api/categories
GET/api/categories
Response
// Response will appear here...
Test: GET /api/items
GET/api/items
Response
// Response will appear here...
No API Key — Error Example
{"success": false, "message": "Invalid or missing API key."}
All API calls require the X-API-Key header. Missing or wrong key returns HTTP 401.