{"data": {"title": "EVd3x External API v1", "authentication": {"header_primary": "Authorization: Bearer <API_KEY>", "header_secondary": "X-API-Key: <API_KEY>", "admin_header": "X-Admin-Token: <ADMIN_TOKEN> (admin endpoints only)"}, "openapi_url": "http://evd3x.com/api/v1/openapi.json", "endpoints": [{"path": "/api/v1/network/search", "method": "GET|POST", "maps_to": "/api/pathway"}, {"path": "/api/v1/details", "method": "GET", "maps_to": "/api/details"}, {"path": "/api/v1/pathways/enrichment", "method": "GET", "maps_to": "/api/pathway_enrichment"}, {"path": "/api/v1/disease/analysis", "method": "GET", "maps_to": "/api/collective_disease_analysis"}, {"path": "/api/v1/ev/evidence", "method": "GET", "maps_to": "/api/agent/reverse_evidence"}, {"path": "/api/v1/cell-specificity", "method": "POST", "maps_to": "/api/cell_specificity"}, {"path": "/api/v1/cell-communication", "method": "POST", "maps_to": "/api/cell_communication_v2"}, {"path": "/api/v1/lr/analysis", "method": "GET", "maps_to": "/api/ligand_receptor_analysis"}, {"path": "/api/v1/ppi/network", "method": "GET", "maps_to": "/api/ppi_network"}, {"path": "/api/v1/platform/stats", "method": "GET", "maps_to": "/api/platform_stats"}, {"path": "/api/v1/reverse/disease", "method": "GET", "maps_to": "/api/agent/reverse_disease"}, {"path": "/api/v1/reverse/cell-communication", "method": "GET", "maps_to": "/api/agent/reverse_cell_comm"}], "examples": {"curl_network": "curl -H 'Authorization: Bearer <API_KEY>' 'http://evd3x.com/api/v1/network/search?mode=single&query=SNCA&top_n=30&direction=both'", "curl_details": "curl -H 'Authorization: Bearer <API_KEY>' 'http://evd3x.com/api/v1/details?id=SNCA&type=Gene&sections=summary,metrics,ev_status&compact=1'", "python_platform_stats": "import requests\nr=requests.get('http://evd3x.com/api/v1/platform/stats',headers={'Authorization':'Bearer <API_KEY>'})\nprint(r.json())"}}, "meta": {"api_version": "v1", "generated_at": "2026-04-16T23:59:33.914371+00:00", "path": "/api/v1/docs", "method": "GET"}, "warnings": [], "error": null}