# NutriPulse Prenatal Nutrition Guidance

> NutriPulse Prenatal 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-15).

Returns trimester-specific prenatal nutrition guidance including supplement recommendations, macro/micronutrient targets, and metabolic health advice grounded in PubMed research

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/prenatal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-prenatal-nutrition-guidance-cc9a15c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ws3S6Lny0RQrdLMeT-x4_

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-prenatal-nutrition-guidance-cc9a15c7
```

Example prompt: I'm 28 years old and in my second trimester — can you pull me a PubMed-grounded prenatal nutrition plan covering what supplements and nutrients I should be focusing on? I have no existing conditions.

## When to prefer this

Choose this endpoint when you need evidence-based, PubMed-grounded prenatal nutrition recommendations tailored to a specific trimester of pregnancy, with optional personalization by maternal age and existing health conditions. Prefer this over generic nutrition APIs when the use case is specifically maternal or prenatal health.

## Known failure modes

- Missing required 'trimester' parameter returns a validation error
- Invalid trimester value (not 1, 2, or 3) may return an error or unexpected results
- Unsupported language code in 'lang' may default to English or return an error
- Empty response example in schema suggests response format may vary or be underdocumented
- Network or payment authorization failure (402) if USDC payment is not processed

## How this service works

Prenatal nutrition by trimester for nutrition and maternal-health agents. Returns what to eat, what to avoid, and a supplement checklist, ACOG-grounded.

## Output

A JSON response containing trimester-specific prenatal nutrition recommendations, including key supplements (e.g. folate, iron, DHA), macro and micronutrient targets, dietary guidance, and any condition-adjusted advice, all grounded in PubMed-referenced nutritional science.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "trimester"
 ],
 "properties": {
  "age": {
   "type": "string",
   "description": "Age"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "trimester": {
   "type": "string",
   "description": "Trimester (1, 2, 3)"
  },
  "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-prenatal-nutrition-guidance-cc9a15c7/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)
