# SYNTHORA FDA Product Recalls

> SYNTHORA FDA Product Recalls is a paid API for AI agents from fda_recall.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Looks up FDA food and drug recall records by product name or identifier, returning recall reason, classification, status, and distribution scope.

## Facts

- Endpoint: POST https://fda_recall.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-fda-product-recalls-c5d8313e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iDaOXASXJPTK4e2HwIFZo

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 synthora-fda-product-recalls-c5d8313e -d '<json body>'
```

Example prompt: Can you check if 'Nature's Best Peanut Butter' has any active FDA recalls — I want to know the reason, classification, and whether it's still under recall before I order it?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call FDA recall and enforcement lookup for a specific product before purchase, listing, or shipment — especially in commerce agent workflows where pre-purchase safety validation is required without the overhead of a full FDA API integration. Ideal for agents that need lightweight, on-demand recall checks rather than bulk data pipelines.

## Known failure modes

- Product not found in FDA database returns empty result object
- Ambiguous product name may return unrelated recall records
- FDA database may not reflect recalls announced in the last 24-48 hours
- Overly generic search terms may return too many or irrelevant records
- Network timeout or upstream FDA API unavailability

## How this service works

Is this product recalled? FDA food/drug recall + enforcement lookup: reason, classification, status, distribution. Pre-purchase safety check for commerce agents. $0.02 USDC via x402.

## Output

Returns a JSON object with an 'ok' boolean and a 'result' object containing FDA recall and enforcement data for the searched product, including recall reason, classification (Class I/II/III), current status, and distribution information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "search": {
   "type": "string",
   "description": "search"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "fda_recall",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-fda-product-recalls-c5d8313e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fda_recall.hergertsynthora.com](https://www.zero.xyz/host/fda_recall.hergertsynthora.com/llms.txt)
