# ParentPulse Pediatric Health Intelligence API

> ParentPulse Pediatric Health Intelligence API is a paid API for AI agents from parentpulse-delta.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns evidence-based pediatric health guidance including child wellness information, health milestones, and parenting health intelligence

## Facts

- Endpoint: GET https://parentpulse-delta.vercel.app/api/parent/health
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parentpulse-pediatric-health-intelligence-api-fea03e9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4PmKx--0HPZFfTTBbVPeU

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 parentpulse-pediatric-health-intelligence-api-fea03e9a
```

Example prompt: What should I know about my 18-month-old's health — any milestones to watch for, nutrition tips, and red flags I should bring up with the pediatrician?

## When to prefer this

Choose this endpoint when you need evidence-based pediatric health and child wellness information for parenting agents or family-focused AI workflows. Best suited for queries about child health milestones, pediatric nutrition, and age-specific wellness guidance. Less appropriate if you need real-time medical diagnosis, medication dosing, or emergency health triage.

## Known failure modes

- Empty or malformed input may return an empty JSON object given the minimal schema
- Missing required parameters could result in a generic rather than age-specific response
- Service hosted on Vercel may experience cold-start latency or occasional downtime
- Payment failure via x402 protocol will block access with a 402 response
- Response schema is undocumented so output structure may vary or be incomplete

## How this service works

ParentPulse — child development and parenting intelligence: developmental milestones, nutrition guidance, pediatric health, sleep science, school selection, discipline strategies, childcare cost, and family finance. Evidence-based and globally aware.

## Output

Returns structured JSON with evidence-based pediatric health information, likely including age-appropriate health milestones, nutrition guidance, wellness recommendations, and potential red flags or warning signs relevant to child health.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "country": {
   "type": "string",
   "description": "Country, to give the correct emergency number and provider terminology — e.g. US, UK, Canada, Australia, Japan (default: not specified)"
  },
  "symptoms": {
   "type": "string",
   "description": "Comma-separated symptoms"
  },
  "age_months": {
   "type": "string",
   "description": "Child's age in months"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "country": "UK",
  "symptoms": "fever,rash",
  "age_months": 18,
  "urgency_level": "call_doctor",
  "emergency_number": "999 (or 112)",
  "urgency_reasoning": "Fever with rash in a toddler usually warrants same-day GP contact rather than emergency care, absent red flags"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parentpulse-pediatric-health-intelligence-api-fea03e9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from parentpulse-delta.vercel.app](https://www.zero.xyz/host/parentpulse-delta.vercel.app/llms.txt)
