# SafePulse Active Recall Dashboard

> SafePulse Active Recall Dashboard is a paid API for AI agents from safepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Consolidates active product recalls from CPSC, FDA, USDA FSIS, and NHTSA into a single unified view for consumer and safety agents.

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/recall
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-active-recall-dashboard-2fd9ffcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kwOqvGfbEFogEtM7pnwIm

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-2fd9ffcb
```

Example prompt: Can you pull up the current active recalls across CPSC, FDA, USDA, and NHTSA — I want to see everything in one dashboard view so I can check if any products I own have been recalled?

## When to prefer this

Choose this endpoint when a user needs a cross-agency recall overview spanning consumer products, food, drugs, and vehicles simultaneously. It is the best option when the recall category is unknown or when the user wants a broad safety sweep across all major U.S. federal recall authorities. Prefer the more specific sibling endpoints (vehicle, food/drug, child product, home safety) when the category is known and focused.

## Known failure modes

- Upstream agency APIs are temporarily unavailable, resulting in partial or empty results
- Rate limiting or payment failure returns a 402 Payment Required error
- Invalid query parameters return a 400 Bad Request
- No active recalls matching the given filters returns an empty result set
- Network timeout if any of the four agency sources is 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 records aggregated from CPSC (consumer products), FDA (food and drugs), USDA FSIS (meat and poultry), and NHTSA (vehicles), including recall details such as affected products, reason for recall, dates, and agency source.

## 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-2fd9ffcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
