Calculate clinically validated scores through our API.
Don't build score calculations yourself but leverage our easy to use API to get started with scores quickly.
01{02 "endpoint": "https://score-api.staging.awellhealth.com/v2/calculations",03 "method": "POST",04 "body": {05 "calculation_id": "bmi",06 "calculation_input": {07 "height": "100",08 "weight": "170"09 }10 }11}