👗

AI Outfit Manager

Upload Outfit Image
📁

Drag & drop an image here or click to browse

JPG, PNG, WEBP — max 10MB

All Items 0
ImageNameCategorySubcategoryUploaded
👗

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
MethodEndpointDescriptionAuth
POST/api/uploadUpload image with name, category, subcategoryX-API-Key
GET/api/categoriesGet all categories with nested subcategoriesX-API-Key
GET/api/itemsGet all items with category & subcategory infoX-API-Key
POST/api/admin/categoryCreate categoryX-API-Key
PUT/api/admin/category/{id}Update categoryX-API-Key
DELETE/api/admin/category/{id}Delete categoryX-API-Key
POST/api/admin/subcategoryCreate subcategoryX-API-Key
PUT/api/admin/subcategory/{id}Update subcategoryX-API-Key
DELETE/api/admin/subcategory/{id}Delete subcategoryX-API-Key
Test: GET /api/categories
GET/api/categories
// Response will appear here...
Test: GET /api/items
GET/api/items
// 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.

Delete?

This action cannot be undone.