Skip to main content
Build a source-backed health product without spending months rebuilding ingestion, normalization, and analysis infrastructure. ForeverBetter turns wearable signals, genetic uploads, and lab biomarkers into application-ready health context with source provenance, queued analysis jobs, dashboard JSON, and agent endpoints.

Try the synthetic API

Get analysis, action-plan, modality-coverage, and dashboard JSON in one request. No account or real health data.

Get a free API key

Sign in by email magic link and copy a personal key you keep. No credit card.

Start building

  • Base URL: https://api.foreverbetter.xyz
  • Synthetic alpha: POST /sandbox/sessions (30-minute, non-persistent sandbox)
  • Developer dashboard: create an API key
  • Reference: browse the OpenAPI spec
  • Auth: OIDC bearer tokens and scoped API keys

Data modalities

ModalityInput pathProcessing path
BiomarkersPOST /imports/file with category: "biomarkers"Unit-converted, sex/age-aware scoring via /biomarkers/derive and /biomarkers/analyze
WearablesWHOOP OAuth, Google Health Connect bridge, or uploaded filesPOST /wearables/analyze
GeneticsPOST /imports/file with category: "genetics"Queued pipeline via POST /genetics/analyze
Behavioral & lifestylePOST /imports/file with category: "behavioral"Structured supplements, medications, nutrition, and symptoms, scored and cross-referenced

Discover, trend, act

Every upload and result is listable, with no ID bookkeeping on your side:
  • GET /sources and GET /analyses: everything a user has uploaded and computed
  • GET /analyses/{id}/recommendations: prioritized, de-duplicated action items
  • POST /users/{user_id}/trends: improving/worsening direction per marker across uploads
  • POST /analyses/{id}/rerun: refresh results without re-upload

Build product experiences

  • Customer dashboards with traceable health observations
  • Focused lab, wearable, or genetic analysis
  • “Better every year” progress views from longitudinal trends
  • Multimodal health context for wellness agents
  • Privacy-aware export and deletion workflows