{"message":"Skanly MVP Backend API","version":"1.0.0","endpoints":{"auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","refresh":"POST /api/auth/refresh","logout":"POST /api/auth/logout","profile":"GET /api/auth/profile","verifyEmail":"POST /api/auth/verify-email","forgotPassword":"POST /api/auth/forgot-password","resetPassword":"POST /api/auth/reset-password","changePassword":"POST /api/auth/change-password"},"ai":{"health":"/api/ai/health","process":{"sync":"POST /api/ai/process","async":"POST /api/ai/process-async","batch":"POST /api/ai/process-batch"},"jobs":{"list":"GET /api/ai/jobs","details":"GET /api/ai/jobs/:id"}}}}