# GoCreative FDA Recalls Continuous Monitoring API

> GoCreative FDA Recalls Continuous Monitoring API 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).

Monitors and retrieves FDA recall data for a given product, company, or keyword via a continuous monitoring endpoint

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/monitor/recalls/%7Barg%7D
- 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-recalls-continuous-monitoring-api-97a1a40b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h9-yCcpgpp0dzzZHYjm7x

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-recalls-continuous-monitoring-api-97a1a40b
```

Example prompt: Check if there are any active FDA recalls for 'Tylenol Extra Strength' — I need the recall classification, reason, and any affected product lots.

## When to prefer this

Choose this endpoint when you need real-time FDA recall lookups or continuous monitoring for compliance, food safety, pharmaceutical, or medical device use cases — especially when you want keyless, pay-per-call access with no signup, paid in USDC on Base or Solana. Prefer this over general web search when you need structured, authoritative FDA recall data for agent workflows or automated compliance screening.

## Known failure modes

- No matching recall records found for the given search term — returns empty result set
- Invalid or malformed path parameter — returns 400 error
- FDA data source temporarily unavailable — returns 503 or upstream error
- Payment not accepted (insufficient USDC balance) — returns 402 Payment Required
- Rate limiting or network timeout — returns 429 or 504

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns FDA recall records matching the queried product, company, or keyword — including recall classification (Class I/II/III), reason for recall, affected product descriptions, recall initiation date, and current status. Delivered as structured JSON via a pay-per-call x402 endpoint, no API key required.

## 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-recalls-continuous-monitoring-api-97a1a40b/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)
