{"message":"Face Similarity API","endpoints":[{"path":"/check-face-similarity","method":"POST","description":"Check if multiple faces belong to the same person"},{"path":"/analyze-face","method":"POST","description":"Analyze facial attributes (age, gender, emotion, race)"},{"path":"/check-user-photos","method":"POST","description":"Check if a user's photos belong to the same person (direct processing)"},{"path":"/verify-user-queue","method":"POST","description":"Queue a user's photos for verification (recommended for high traffic)"},{"path":"/task/{task_id}","method":"GET","description":"Check status of a verification task"},{"path":"/user-verification-status/{user_id}","method":"GET","description":"Check verification status for a user"},{"path":"/queue-stats","method":"GET","description":"Get queue statistics"},{"path":"/health","method":"GET","description":"Health check endpoint"}]}