{"message":"CitNow Analyzer API v1.0.0","description":"API for video analysis, transcription, summarization, and translation with RBAC and dashboard capabilities.","endpoints":{"Auth & Users":{"Login":"/token (POST)","My Profile":"/users/me (GET)","Create User (Super Admin)":"/users/ (POST)","List Users (Super Admin)":"/users/ (GET)"},"Video Analysis":{"Single Analysis (Background)":"/analyze (POST)","Check Analysis Status":"/analyze-status/{task_id} (GET)","My Analysis Tasks":"/my-analysis-tasks (GET)","Bulk Analysis (Upload Excel)":"/bulk-analyze (POST)","Get Batch Status":"/bulk-status/{batch_id} (GET)","Cancel Batch":"/bulk-cancel/{batch_id} (POST)","Delete Batch":"/bulk-job/{batch_id} (DELETE)","Download Structured Reports":"/bulk-download/{batch_id}/structured (GET)","Get Excel Data":"/bulk-excel-data/{batch_id} (GET)","List All Results":"/results (GET)","Get Single Result":"/results/{result_id} (GET)","Delete Single Result":"/results/{result_id} (DELETE)"},"Dashboards":{"Super Admin Overview":"/dashboard/super-admin/overview (GET)","Dealer Admin Overview":"/dashboard/dealer/overview (GET)"},"System":{"Health Check":"/health (GET)","API Root":"/ (GET)"}}}