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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tinyfn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Waist circumference in cm
Neck circumference in cm
Height in cm
Hip circumference in cm (required for females)
Sex: male or female
Successful Response