# SafePulse Active Recall Dashboard API

> SafePulse Active Recall Dashboard 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).

Returns consolidated active product recall data from CPSC, FDA, USDA FSIS, and NHTSA in a single API call

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/recall
- 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-active-recall-dashboard-api-6386ff88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TO7-Irfl5w7n_4Jr_d7jt

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-active-recall-dashboard-api-6386ff88
```

Example prompt: Can you pull up all the current active product recalls from CPSC, FDA, USDA FSIS, and NHTSA — I want to see everything that's been flagged right now so I can check if anything I own or eat is on the list.

## When to prefer this

Use this endpoint when you need a single unified view of active government recalls across multiple agencies (CPSC, FDA, USDA FSIS, NHTSA) rather than querying each agency's API separately. Ideal for consumer safety apps, product monitoring workflows, or when an agent needs to quickly check whether any recalled items match a user's product inventory.

## Known failure modes

- Upstream government agency data unavailable or delayed, returning stale or partial results
- Payment of 0.08 USDC not processed via x402, resulting in 402 Payment Required
- Rate limiting or service unavailability returning 503
- No active recalls found returns empty dataset
- Network timeout if upstream sources are slow to respond

## How this service works

Active recall dashboard for consumer and safety agents. Consolidates CPSC, FDA, USDA FSIS, and NHTSA recalls in one view.

## Output

A consolidated list of active recall notices aggregated from CPSC (consumer products), FDA (food/drugs/medical devices), USDA FSIS (meat/poultry), and NHTSA (vehicles), including product names, recall reasons, affected items, issuing agency, and relevant dates.

## Example request

```json
{
 "lang": "en",
 "category": "all"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "category": {
   "type": "string",
   "description": "Filter by recall category"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-active-recall-dashboard-api-6386ff88/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)
