Changelog

Track every API update, new feature, and bug fix. Subscribe to the changelog via the dashboard to receive email notifications when new versions are released.

Release History

v1.0.0FeatureMarch 2026

Initial API Release

  • Core Assessment API (POST /v1/assess) with multi-condition differential diagnosis
  • NLP Parse endpoint (POST /v1/parse) for free-text symptom extraction
  • Conversational flow support with X-Interview-Id session tracking
  • African disease intelligence: 30 fully modelled conditions including malaria, typhoid, Lassa fever
  • Symptom alias system with region-specific terminology (e.g., "body dey pain" → generalised body aches)
  • Google Maps integration for nearest facility recommendations
  • Emergency pattern detection with rules-based validation (zero false negatives target)
  • Five reference endpoints: /v1/symptoms, /v1/conditions/{id}, /v1/risk-factors, /v1/lab-tests, /v1/usage
  • Health check endpoint (GET /v1/health) with service-level status reporting
  • Rate limiting: 100 requests/minute per API key with sliding window algorithm
  • Two API key types: sk_live_ (production) and sk_test_ (sandbox)
  • Developer portal with quickstart guide, API reference, code examples, and interactive sandbox