{"name":"YouTube Study Notes AI","version":"1.0.0","description":"Generate structured study notes from YouTube videos with user management","endpoints":{"authentication":{"signup":"POST /auth/signup","login":"POST /auth/login"},"notes":{"create":"POST /notes","list":"GET /notes","get":"GET /notes/{note_id}","delete":"DELETE /notes/{note_id}"},"analytics":{"user_stats":"GET /analytics"},"generation":{"generate_notes":"POST /generate-notes","check_status":"GET /status/{task_id}","download_notes":"GET /download/{task_id}"}},"documentation":{"swagger_ui":"/docs","redoc":"/redoc"}}