curl --request GET \
--url https://api.example.com/v1/health/body-fat \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Estimate body fat percentage using US Navy method.
curl --request GET \
--url https://api.example.com/v1/health/body-fat \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Waist circumference in cm
Neck circumference in cm
Height in cm
Hip circumference in cm (required for females)
Sex: male or female
Successful Response