# SafePulse Home Safety Scores API

> SafePulse Home Safety Scores API 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-14).

Returns room-specific home safety scores and product safety ratings for a given room and product, drawing on CPSC, FDA, NHTSA, and EU RAPEX recall data.

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/home
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-home-safety-scores-api-5e244bfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wv0Gk1Z9rtqFpdOBS6HRP

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-home-safety-scores-api-5e244bfc
```

Example prompt: Can you check the SafePulse home safety score for my nursery, specifically for baby monitors? I want to know if there are any safety concerns or recalls I should be aware of.

## When to prefer this

Choose this endpoint when you need room-specific home safety intelligence for a particular product — especially when checking against CPSC, FDA, or EU RAPEX recall databases for household items. It is best suited for consumer safety agents, parenting apps, smart home assistants, or retail product advisors that need contextual safety scores by room type rather than a raw global recall feed.

## Known failure modes

- Missing or invalid 'room' parameter returns an error or empty result
- Unknown product name may return no matches or generic scores
- Unsupported language code may fall back to English or return an error
- Empty response JSON if the product has no known safety data
- Rate limiting or payment failure if x402 micropayment is not processed

## 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 a JSON object containing home safety scores, room-specific hazard information, product recall flags sourced from CPSC, FDA, USDA FSIS, NHTSA, and EU RAPEX, along with child and vehicle safety ratings where applicable for the queried room and product.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "room": {
   "type": "string",
   "description": "kitchen | bedroom | bathroom | garage | nursery"
  },
  "product": {
   "type": "string",
   "description": "product"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-home-safety-scores-api-5e244bfc/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)
