# NexusAPI BMI Calculator

> NexusAPI BMI Calculator is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.068968/call, status unknown (last checked 2026-09-15).

Calculates Body Mass Index (BMI) given height and weight inputs

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/health/bmi
- Price: $0.068968/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-bmi-calculator-3585a774
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1y0kDWrkHnfI0fivCxCzs

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nexusapi-bmi-calculator-3585a774 -d '<json body>'
```

Example prompt: Can you calculate my BMI? I'm 5 feet 10 inches tall and weigh 175 pounds.

## When to prefer this

Use this endpoint when an agent needs to quickly compute a user's Body Mass Index without maintaining any state or requiring user accounts. Ideal for health and wellness workflows where pay-per-call USDC pricing is preferred over API key management.

## Known failure modes

- Missing height or weight inputs returns an error
- Invalid or non-numeric values for height/weight cause a bad request response
- Units mismatch (e.g., mixing metric and imperial without specifying) may yield inaccurate results
- Extreme or physiologically implausible values may return an error or unexpected classification

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a BMI numerical value along with a health classification category (e.g., underweight, normal, overweight, obese) based on the provided height and weight inputs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-bmi-calculator-3585a774/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
