# SafePulse Child Safety Ratings

> SafePulse Child Safety Ratings is a paid API for AI agents from safepulse-xi.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns child safety ratings and scores for products, helping users assess risk for children-related consumer goods

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/child
- 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/safepulse-child-safety-ratings-37983206
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TtrEhTXZaYAVLBEZwOTvb

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 safepulse-child-safety-ratings-37983206
```

Example prompt: Can you check the child safety rating for this baby monitor I'm about to buy — I want to know if it has any recalls or hazard flags from CPSC or other safety agencies?

## When to prefer this

Use this endpoint when you specifically need child safety ratings or child-focused hazard assessments for consumer products, particularly when you want consolidated data from CPSC, NHTSA, and EU RAPEX child safety standards rather than general product recalls

## Known failure modes

- Product not found in safety databases — returns empty or null result
- Invalid or unrecognized product identifier — returns 400 or error response
- External regulatory data source unavailable — may return stale or incomplete data
- Payment not processed — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

SafePulse — product safety intelligence: CPSC, FDA, USDA FSIS, NHTSA recalls; EU RAPEX; home safety scores; child/vehicle safety ratings; food safety alerts worldwide.

## Output

Returns child safety ratings, scores, and any associated recall or hazard alerts sourced from CPSC, NHTSA, FDA, and other regulatory bodies for the queried product or category

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "age_group": {
   "type": "string",
   "description": "infant | toddler | preschool | school-age"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-child-safety-ratings-37983206/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse-xi.vercel.app](https://www.zero.xyz/host/safepulse-xi.vercel.app/llms.txt)
