Skip to main content

Planned Endpoints

EndpointDescriptionStatus
GET /conditionsList and filter conditionsIn development
GET /conditions/{id}Full condition detail with symptomsIn development
GET /symptomsList and filter symptomsIn development
GET /symptoms/{id}Symptom detail with associated conditionsIn development
POST /differentialRanked differential diagnosis from symptomsIn development
GET /icd10/{code}ICD-10 lookup with enrichmentIn development
GET /searchFull-text search across entitiesPlanned

Planned Capabilities

  • Authentication: API key-based (Bearer token)
  • Rate limiting: Per-plan with clear headers
  • Pagination: Cursor-based for all list endpoints
  • Filtering: By category, severity, body system, confidence
  • Versioning: URL-based (/v1/), 12-month deprecation windows

Technical Decisions

  • Hosting: EU-based (Germany) for GDPR compliance
  • Format: JSON responses with consistent envelope
  • Documentation: Interactive, with code examples in multiple languages