{"message":"Medical Dictation API","version":"1.0.0","endpoints":{"health":"GET /health","docs":"GET /api-docs","apiDocsJson":"GET /api-docs.json","auth":{"login":"POST /api/auth/login (avec {email, password})","signup":"POST /api/auth/signup (avec {email, password, full_name, role?})","signupAndLogin":"POST /api/auth/signup-and-login (crée et connecte automatiquement, avec {email, password, full_name, role?})","me":"GET /api/auth/me (requiert authentification)"},"upload":"POST /api/upload/audio","patients":"GET /api/patients, GET /api/patients/:id, POST /api/patients, PATCH /api/patients/:id","notes":"GET /api/notes/:patient_id"}}