{"message":"AI-Powered Media Analysis API Server","version":"1.0.0","endpoints":{"POST /api/upload/image":"Upload image files","POST /api/upload/video":"Upload video files","GET /api/sections":"Get all inspection sections","GET /api/sections/{id}":"Get specific section","GET /api/checklists":"Get all checklist items","GET /api/checklists/{id}":"Get specific checklist item","GET /api/checklists/section/{section_name}":"Get checklists by section","POST /api/checklists":"Create new checklist item","PUT /api/checklists/{id}":"Update checklist item","DELETE /api/checklists/{id}":"Delete checklist item","GET /api/checklists/sections/list":"Get all unique sections","POST /api/analyze":"Analyze uploaded image with ChatGPT","GET /api/analysis/history":"Get analysis history","GET /api/health":"Health check","GET /uploads/{filename}":"Serve uploaded files","GET /videos/{filename}":"Serve video files"},"upload_directory":"uploads","videos_directory":"videos","features":["Image/Video upload","AI-powered image analysis with GPT-5","Inspection section management","Checklist management (ikalypso database)","ChatGPT integration for quality checks"]}