# NutriPulse Longevity Nutrition Protocol API

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

Provides PubMed-grounded longevity nutrition protocols including supplement stacks, dietary interventions, and metabolic health guidance backed by clinical literature

## Facts

- Endpoint: GET https://nutripulse-alpha.vercel.app/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-protocol-api-1256e064
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rpgksXIR01dKGo85U6L8Q

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-protocol-api-1256e064
```

Example prompt: Can you pull up a PubMed-grounded longevity nutrition protocol for me — I'm a 45-year-old focused on healthspan extension and I want supplement and dietary recommendations backed by clinical literature, in English?

## When to prefer this

Choose this endpoint when an agent or user needs clinically grounded, PubMed-backed longevity and healthspan nutrition guidance — particularly for supplement stack design, anti-aging dietary protocols, or metabolic health recommendations with cited research. Prefer over general nutrition APIs when scientific literature sourcing and longevity focus are required.

## Known failure modes

- Missing or invalid language parameter returns default language response
- Payment not received results in 402 Payment Required response
- Rate limiting or quota exceeded returns 429 Too Many Requests
- PubMed data temporarily unavailable may return cached or degraded results
- Malformed query parameters return 400 Bad Request

## How this service works

Global nutrition intelligence API. PubMed-grounded supplement analysis, macro/micronutrient planning, food database lookups, glucose/metabolic health guidance, lab result interpretation, longevity nutrition protocols, prenatal nutrition, and personalized nutrition stack design. Backed by real-time PubMed abstracts and clinical literature. Serves consumers, dietitians, health coaches, fitness coaches, and AI health agents. iHerb, Amazon, InsideTracker, and Levels CGM affiliate links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.15 USDC/call via x402 micropayment.

## Output

A structured JSON response containing longevity-focused nutrition protocols, evidence-based supplement recommendations with PubMed citations, dietary intervention guidance, and metabolic health strategies tailored to the request, potentially including affiliate product links.

## 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-protocol-api-1256e064/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse-alpha.vercel.app](https://www.zero.xyz/host/nutripulse-alpha.vercel.app/llms.txt)
