# GoCreative FDA Recall Monitor

> GoCreative FDA Recall Monitor is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Polls openFDA by company, brand, or keyword to surface new product recalls with classification, reason, status, and date — designed for recurring compliance alerts.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/monitor/recalls/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-fda-recall-monitor-50e0f1ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C1S-JmzHXdqVybXdzs5-A

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 gocreative-fda-recall-monitor-50e0f1ba
```

Example prompt: Keep an eye on FDA recalls for 'Tylenol' — poll openFDA for any new recalls, safety events, or classification changes and let me know the product name, reason, classification, and date whenever something new shows up.

## When to prefer this

Choose this endpoint when you need recurring, keyless FDA recall monitoring for compliance, pharma, or supply-chain workflows — especially when you want change-detection signatures to trigger alerts on new recalls without managing your own openFDA integration or API keys. Prefer over direct openFDA queries when you need pay-per-call pricing with no subscription.

## Known failure modes

- No recalls found for the given keyword — returns empty result set
- openFDA upstream unavailable — may return timeout or 503
- Invalid or misspelled company/brand name — returns no matches
- Payment not processed (x402) — request rejected before execution
- Rate limiting if polled too frequently in short succession

## How this service works

Recall Watch — recent FDA recalls for a company/brand/keyword PLUS a stable change-signature, built for monitoring agents. Poll on your schedule and alert when the signature changes — a new recall posted. Continuous product-safety / supply-chain monitoring for compliance, pharma and consumer agents. Keyless, real openFDA data, $0.05/poll.

## Output

Returns current openFDA recall records matching the queried company, brand, or keyword — including product name, recall reason, classification (Class I/II/III), status, and recall initiation date. Also includes a change signature to detect new recalls on recurring polls.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-fda-recall-monitor-50e0f1ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
