{"api":"Phentrieve API","version":"0.1.0","description":"API for Human Phenotype Ontology (HPO) term retrieval and semantic similarity calculation","endpoints":{"HPO Term Query":{"description":"Query HPO terms based on clinical text","endpoints":[{"path":"/api/v1/query/","methods":["GET","POST"],"description":"Retrieve relevant HPO terms for clinical text"}]},"Text Processing":{"description":"Process clinical text to extract HPO terms with advanced configuration","endpoints":[{"path":"/api/v1/text/process","methods":["POST"],"description":"Process raw clinical text with customizable chunking, reranking, and assertion detection settings"}]},"HPO Term Similarity":{"description":"Calculate semantic similarity between HPO terms","endpoints":[{"path":"/api/v1/similarity/{term1_id}/{term2_id}","methods":["GET"],"description":"Calculate semantic similarity between two HPO terms"}]},"Health Check":{"description":"API health monitoring","endpoints":[{"path":"/api/v1/health/","methods":["GET"],"description":"Check API health status"}]},"Documentation":{"description":"API documentation","endpoints":[{"path":"/docs","methods":["GET"],"description":"Swagger UI documentation"},{"path":"/redoc","methods":["GET"],"description":"ReDoc documentation"}]}}}