# Longevity Diet & Nutrition Intelligence (LongevityPulse)

> Longevity Diet & Nutrition Intelligence (LongevityPulse) is a paid API for AI agents from longevitypulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Analyzes dietary patterns (Mediterranean, MIND, Blue Zone, keto, fasting-mimicking, time-restricted eating) for healthspan and longevity, with evidence-graded insights and global food-culture adaptations.

## Facts

- Endpoint: GET https://longevitypulse.theaslangroupllc.com/api/longevity/diet-intel
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/longevity-diet-nutrition-intelligence-longevitypulse-a781d497
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yrco98u81FiURl5rE6-4B

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 longevity-diet-nutrition-intelligence-longevitypulse-a781d497
```

Example prompt: Can you give me an evidence-graded analysis of the Mediterranean diet versus a fasting-mimicking diet for longevity and healthspan, including how I could adapt it to Japanese food culture?

## When to prefer this

Use this endpoint when an agent needs structured, evidence-graded analysis of a specific dietary pattern or eating protocol for longevity and healthspan purposes, especially when global food-culture adaptation is needed. Prefer this over generic nutrition APIs when the focus is explicitly on anti-aging, healthspan extension, or longevity science rather than general wellness or calorie tracking.

## Known failure modes

- Unrecognized or highly niche dietary pattern name returns low-confidence or partial analysis
- Missing diet parameter returns a 400 bad request
- Ambiguous food-culture context may result in generic rather than localized recommendations
- Service unavailable or payment not processed returns 402 or 503 error
- Overly broad query (e.g. 'is food good for longevity') may return generic results

## How this service works

Longevity diet / healthspan nutrition intelligence (Mediterranean, MIND, Blue Zone, time-restricted eating, fasting-mimicking, keto) for longevity and nutrition agents. Evidence-graded analysis of any dietary pattern for healthspan, with global food-culture adaptations. Health intelligence, not medical advice.

## Output

Returns an evidence-graded breakdown of the requested dietary pattern(s) covering healthspan and longevity impact, supporting research strength, potential risks, and practical food-culture adaptations — framed as health intelligence, not medical advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "diet": {
       "type": "string",
       "description": "Diet or eating pattern — e.g. \"Mediterranean\" | \"time-restricted eating\" | \"fasting mimicking diet\" | \"Blue Zone diet\" | \"MIND diet\" | \"caloric restriction\" | \"ketogenic\" | \"plant-based\" | \"Japanese traditional\""
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "region": {
       "type": "string",
       "description": "Optional audience region/country (e.g. \"UK\") — surfaces region-specific supplement retailers"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "diet_name": "Mediterranean Diet",
  "evidence_summary": {
   "human_rct_evidence": "PREDIMED trial: 30% reduction in major cardiovascular events; PREDIMED-Plus: weight loss + cardiometabolic benefits",
   "overall_evidence_grade": "Strong — multiple large RCTs including PREDIMED, Blue Zone epidemiology, 50+ years of research"
  },
  "longevity_mechanisms": [
   {
    "how": "Olive oil, wine, vegetables rich in polyphenols activate SIRT1 longevity pathway",
    "mechanism": "Polyphenol activation of SIRT1",
    "longevity_impact": "SIRT1 activation linked to DNA repair, inflammation reduction, and lifespan extension in model organisms"
   }
  ]
 }
}
```

## More

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