# Drug Intelligence — FDA Label, Adverse Events & Recalls Lookup

> Drug Intelligence — FDA Label, Adverse Events & Recalls Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-13).

Returns FDA drug information (label, adverse events, and/or recalls) for a given brand or generic drug name, paid per-call via USDC on Base.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/drug-intel
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/drug-intelligence-fda-label-adverse-events-recalls-lookup-baf38a95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4sXhDfCXHUGxXQ8vIIUV8

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 drug-intelligence-fda-label-adverse-events-recalls-lookup-baf38a95
```

Example prompt: What does the FDA say about metformin — can you pull the full picture including the label, any reported adverse events, and recent recalls?

## When to prefer this

Use this endpoint when you need structured, FDA-sourced drug safety data — including labels, adverse event history, or recall notices — for a specific brand or generic drug, without needing an API key or account. Prefer this over general web search when you need authoritative, machine-readable FDA regulatory data payable per-call in USDC.

## Known failure modes

- Drug name not found in FDA database — returns empty or error response
- Invalid query_type value — schema validation error
- Drug name is too ambiguous and matches multiple entries — may return partial or generic results
- FDA OpenFDA API upstream downtime — gateway error
- Payment failure on Base mainnet — 402 not fulfilled, request blocked

## How this service works

FDA drug intelligence: labeling (warnings, dosage, drug interactions, contraindications, indications), adverse event report summary (top reactions + total count), and recent recall history. Accepts brand or generic name. Data from openFDA — no API key. Useful for pharmaceutical research, clinical AI, drug safety due diligence.

## Output

Structured FDA data for the specified drug, which may include the official drug label (indications, dosage, contraindications, warnings), a summary of adverse event reports, and any recent FDA recalls — depending on the query_type parameter ('label', 'adverse_events', 'recalls', or 'all').

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "drug_name": "ibuprofen",
   "query_type": "all"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/drug-intelligence-fda-label-adverse-events-recalls-lookup-baf38a95/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
