Test simulated production-grade endpoints built with module-based architecture. Observe standard payloads, authentication schemas, and edge-case handling.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/health | Verify API, DB, and cache connection status. |
| POST | /api/v1/auth/token | Obtain JWT for secure endpoint access. |
| GET | /api/v1/users/me | Retrieve authenticated user profile and RBAC permissions. |
| POST | /api/v1/ml/face-analyze | Simulated computer vision endpoint for facial embedding extraction. |
| PUT | /api/v1/projects/{id} | Update existing project schema and metadata. |
| GET | /api/v1/projects | List projects (filters based on is_archive, is_delete, is_bookmarked). |
| POST | /api/v1/projects/docs/upload | Upload business documentation to a specific Project ID. |
| GET | /api/v1/logs | Fetch, sort, and filter central project logs. |
| DELETE | /api/v1/logs/clear | Admin-only endpoint to clear system event logs. |