# AllInOneCents — Product Recalls Lookup

> AllInOneCents — Product Recalls Lookup is a paid API for AI agents from allinonecents.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves product recall information based on a natural language query, covering FDA, CPSC, and other regulatory recall databases.

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/recalls
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-product-recalls-lookup-42cd599c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__RCXIhlvlykXhejvGYOvP

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 allinonecents-product-recalls-lookup-42cd599c -d '<json body>'
```

Example prompt: Can you check if there are any active recalls for Similac baby formula? I want to make sure the product I bought is safe.

## When to prefer this

Use this endpoint when you need to check whether a specific product, brand, or category has active recall notices from regulatory agencies like the FDA or CPSC. At $0.01 per call it is cost-effective for consumer safety checks, compliance workflows, or building recall alert features.

## Known failure modes

- Empty or vague query returns no results or generic data
- Query unrelated to recalls may return irrelevant or empty data object
- Network timeout or payment failure returns error
- Recall database may not be up-to-date with the latest notices

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a data object containing recall records matching the query, including product names, recall reasons, dates, and regulatory agency information, along with a success flag.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allinonecents-product-recalls-lookup-42cd599c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allinonecents.orbonomy.xyz](https://www.zero.xyz/host/allinonecents.orbonomy.xyz/llms.txt)
