# SafePulse Food Safety Alerts API

> SafePulse Food Safety Alerts 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-16).

Retrieves food safety alerts, recalls, and advisories from agencies including FDA, USDA FSIS, and other global food safety authorities.

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/food
- 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-food-safety-alerts-api-df24e1c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rNP8nEb5dTMujzCI4MFjx

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-food-safety-alerts-api-df24e1c8
```

Example prompt: Can you check SafePulse for any current food safety recalls or alerts — especially anything from the FDA or USDA FSIS — for romaine lettuce or ready-to-eat deli meats in the US right now?

## When to prefer this

Use this endpoint when you need consolidated food safety recall and alert data from multiple regulatory agencies (FDA, USDA FSIS) in a single call, rather than querying each government database separately. Ideal for consumer safety agents, grocery apps, or health monitoring workflows that need up-to-date food recall intelligence.

## Known failure modes

- No active recalls found for the specified product — returns empty results
- Agency data source temporarily unavailable — partial results returned
- Invalid query parameters — 400 error returned
- Payment not processed — 402 payment required error
- Rate limiting exceeded — 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 a JSON object containing food safety recall and alert data aggregated from agencies such as the FDA and USDA FSIS, including product names, recall reasons, affected regions, dates, and severity information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "type"
  },
  "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-food-safety-alerts-api-df24e1c8/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)
