# FitPulse Nutrition Targets

> FitPulse Nutrition Targets is a paid API for AI agents from fitpulse-vert.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns personalized macro and calorie targets along with a meal-timing strategy for any specified fitness goal

## Facts

- Endpoint: GET https://fitpulse-vert.vercel.app/api/fit/nutrition
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fitpulse-nutrition-targets-42a17f5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bQH4wCi4awYSrpPnxogDf

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 fitpulse-nutrition-targets-42a17f5a
```

Example prompt: Calculate my macro and calorie targets for muscle building — I'm 185 lbs, moderately active, and want a meal-timing strategy around my morning workouts.

## When to prefer this

Use this endpoint when an AI agent needs to generate personalized nutrition targets — macros and calories — with a structured meal-timing plan for a specific fitness goal, rather than generic dietary advice or food logging services

## Known failure modes

- Invalid or unsupported fitness goal parameter returns 400 error
- Missing required body metrics cause incomplete or default calculation
- Extreme input values (very low/high weight) may produce unreliable results
- Payment failure returns 402 with payment required details

## How this service works

Macro & calorie targets / nutrition by fitness goal: calculate daily intake. Returns macro and calorie targets plus a meal-timing strategy based on goal, body weight, and activity level. Fitness-info for fitness and nutrition agents, not medical advice.

## Output

Returns structured macro targets (protein, carbohydrates, fat in grams), daily calorie targets, and a meal-timing strategy tailored to the specified fitness goal and individual parameters

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fitpulse-nutrition-targets-42a17f5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fitpulse-vert.vercel.app](https://www.zero.xyz/host/fitpulse-vert.vercel.app/llms.txt)
