# ParentPulse Child Safety Guidance API

> ParentPulse Child Safety Guidance API is a paid API for AI agents from parentpulse-delta.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns evidence-based child safety information including home safety, product safety recalls, injury prevention, and age-appropriate safety guidelines for parents and caregivers

## Facts

- Endpoint: GET https://parentpulse-delta.vercel.app/api/parent/safety
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parentpulse-child-safety-guidance-api-0543bb3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WkgX4b-Fak-6EBOkP78qu

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-child-safety-guidance-api-0543bb3e
```

Example prompt: What are the main safety hazards I should watch out for and childproof for my 18-month-old at home, especially in the kitchen and bathroom?

## When to prefer this

Choose this endpoint when an AI agent or parenting app needs evidence-based child safety information on demand, especially when covering home hazards, age-specific risks, or injury prevention for children. Prefer this over generic web search when structured, curated safety guidance is needed in a machine-readable format integrated into a parenting assistant workflow.

## Known failure modes

- Empty or overly generic response if no age or context parameters are provided
- Service may return a 402 Payment Required if the x402 payment flow is not completed
- Vercel cold-start latency may cause occasional slow initial responses
- Schema is minimally defined so output structure may vary or be incomplete
- No documented error codes — failure modes are largely opaque

## 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 child safety guidelines, age-specific risk factors, injury prevention strategies, and actionable recommendations for parents and caregivers covering areas like home environment, product safety, and supervision best practices

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "brand": {
   "type": "string",
   "description": "Brand or manufacturer name"
  },
  "country": {
   "type": "string",
   "description": "Country or region, to identify the correct regulator — e.g. US, UK, EU, Canada, Australia (default: US + EU checked)"
  },
  "product_type": {
   "type": "string",
   "description": "Product category — e.g. car-seat, crib, stroller, high-chair, toy"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brand": "Graco",
  "country": "US",
  "product_type": "car-seat",
  "how_to_verify": {
   "relevant_regulators": [
    {
     "name": "CPSC",
     "applies_to": "US",
     "search_term": "CPSC recalls Graco car seat"
    }
   ]
  },
  "recall_status": {
   "confidence": "medium",
   "recall_details": [],
   "active_recalls_found": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parentpulse-child-safety-guidance-api-0543bb3e/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)
