# NutriPulse Longevity Nutrition Guidance

> NutriPulse Longevity Nutrition Guidance is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns personalized longevity-focused nutrition recommendations based on age, health goals, and existing conditions, grounded in PubMed research.

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/longevity
- 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/nutripulse-longevity-nutrition-guidance-e2ee477e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cn1LKiHE0bXpCNJ0uxsqL

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 nutripulse-longevity-nutrition-guidance-e2ee477e
```

Example prompt: I'm 52 years old, my goal is to improve longevity and metabolic health, and I have type 2 diabetes — can you pull me a personalized, PubMed-grounded nutrition and supplement plan from NutriPulse for healthy aging?

## When to prefer this

Choose this endpoint when you need age-personalized, PubMed-grounded longevity nutrition guidance that accounts for existing health conditions and specific health goals. Best suited for healthy aging, metabolic health, and supplement planning use cases rather than general food lookup or meal planning.

## Known failure modes

- Missing required 'age' parameter returns a 400 validation error
- Invalid or unsupported language code in 'lang' may fall back to English or return an error
- Overly vague or empty 'goals' / 'conditions' fields may yield generic rather than personalized recommendations
- Service unavailability or upstream API issues may return 5xx errors
- Empty example response schema means the exact output structure is not guaranteed and may vary

## How this service works

Longevity protocol synthesis for nutrition and wellness agents. Returns evidence-graded interventions from NMN to rapamycin to Blue Zone diet, tuned to age and goals.

## Output

A JSON response containing personalized longevity-oriented nutrition guidance, including macro/micronutrient recommendations, supplement suggestions, and metabolic health advice tailored to the user's age, goals, and existing conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "age"
 ],
 "properties": {
  "age": {
   "type": "string",
   "description": "Age"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "goals": {
   "type": "string",
   "description": "Goals"
  },
  "conditions": {
   "type": "string",
   "description": "Existing conditions"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-longevity-nutrition-guidance-e2ee477e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse.theaslangroupllc.com](https://www.zero.xyz/host/nutripulse.theaslangroupllc.com/llms.txt)
