System Operational

Apex Central API

High-performance modular backend service for Authentication, Profile & PFP Management, Short Image & SVG URLs, Tasks, Product Catalog, User Messages, Key-Value Settings, and Activity Logging.

🔐 Auth & Identity
Try API ↗

User registration, login tokens, account profile, and password security.

POST /api/auth/register POST /api/auth/login GET /api/auth/me
👤 Profiles & PFP
Try API ↗

Profile Picture (PFP) uploads, avatar management, and user profiles.

POST /api/users/avatar GET /api/users PUT /api/users/profile
🖼️ Short Media URLs
Try API ↗

Clean, short URLs for logos, SVGs, and images (e.g. /api/images/logos/logo_1).

GET /api/images/logos/logo_1 GET /api/images/avatars/user_1 POST /api/images/upload
📝 Task Manager
Try API ↗

Task CRUD, status toggling, priorities, due dates, and completion metrics.

GET /api/todos POST /api/todos GET /api/todos/stats
🛍️ Product Catalog
Try API ↗

Products with categories, price range filters, search, and automatic slugging.

GET /api/products GET /api/products/categories POST /api/products
💬 Messages
Try API ↗

Contact form submissions, user messages, read receipts, and message management.

POST /api/messages GET /api/messages PATCH /api/messages/:id/read
⚙️ Key-Value Store
Try API ↗

Persistent key-value user storage for app settings, metadata, and JSON state.

POST /api/user-data GET /api/user-data GET /api/user-data/:key
📜 Activity Logs
Try API ↗

Audit trail logging, event tracking, and system action logs.

POST /api/logs GET /api/logs