Awell Health Developer Hub
Developer Hub

Awell Score

Calculate clinically validated scores through our API.

Get started with scores in less then a day

Don't build score calculations yourself but leverage our easy to use API to get started with scores quickly.

Effort:
  • request
  • response
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}