API & integration
Production API base is typically https://api.healfast.ai. Health check:
GET /api/health.
Core endpoints
POST /api/turn— conversational turn (JSON).GET /api/config— public feature flags and model hints.POST /api/partner/access-request— partner access (when enabled).- MediLink:
/api/medilink/triage,forecast,outbreak,resources.
See bundled docs in the repo (docs/partner-integration.md) for payloads and auth
patterns.