# SafePulse Product Safety Intelligence API

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

Retrieves product safety recall data and alerts from CPSC, FDA, USDA FSIS, NHTSA, and EU RAPEX for a specified product and category

## Facts

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

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-product-safety-intelligence-api-e3275a9d
```

Example prompt: Can you check SafePulse for any active recalls or safety alerts for the Graco DuoRider stroller in the furniture category?

## When to prefer this

Choose this endpoint when you need to check product safety recalls and alerts across multiple regulatory agencies (CPSC, FDA, NHTSA, USDA FSIS) and international bodies (EU RAPEX) in a single call. Ideal for consumer safety agents, parenting apps, e-commerce platforms verifying product safety, or any use case requiring consolidated recall intelligence rather than querying individual agency APIs separately.

## Known failure modes

- Product not found in any recall database — returns empty results or no alerts
- Invalid category value outside allowed enum (toys, furniture, appliances, electronics, clothing) — may return error or unfiltered results
- Unsupported language code — may default to English or return error
- Upstream recall database unavailable — may return stale or partial data
- Ambiguous product name matching multiple products — results may include unrelated recalls

## 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

A JSON object containing product safety intelligence including active recalls from US agencies (CPSC, FDA, USDA FSIS, NHTSA) and international bodies (EU RAPEX), safety scores, child safety ratings, vehicle safety ratings, and food safety alerts relevant to the queried product and category.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "category": {
   "type": "string",
   "description": "toys | furniture | appliances | electronics | clothing"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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