Workflow validation
FDA Recall API
A buyer-intent page for compliance, product, and research teams that want a public FDA recall or enforcement change feed without medical advice, safety claims, or manual review workflows.
GET /v1/regulatory/fda/recalls?product_type=device&since=2026-07-01
{
"data": [
{
"recordId": "sample-fda-2026-001",
"productType": "device",
"action": "recall",
"classification": "Class II",
"status": "open",
"updatedAt": "2026-07-02"
}
],
"meta": { "sampleOnly": true, "workflow": "fda-recall-api" }
}
Likely Buyers
This page is only a demand test. Build starts after tracked workflow intent beats the broader market pages.
- Compliance teams monitoring public regulatory changes.
- Health-data apps that need source-linked public records.
- Product teams watching recall and enforcement updates.
Signals To Watch
These events decide whether this workflow deserves implementation.
- Request clicks from recall API and enforcement-monitoring searches.
- FDA regulatory sample CSV downloads.
- Demo clicks that indicate acceptable response-shape interest.
Smallest Build
If this page crosses a gate, the first implementation should stay this narrow.
- Recall and enforcement records with source URLs and update windows.
- Dataset-specific filtering before any broad regulatory platform.
- No diagnosis, treatment, safety, efficacy, or recommendation claims.