# Stratalize FDA Drug Label Intelligence

> Stratalize FDA Drug Label Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns FDA drug label data including brand/generic names, manufacturer, route, indications summary, and warnings summary for a given drug name

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/drug-label-intelligence
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-fda-drug-label-intelligence-022f256d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VLSeowylxmUGDnY0o0CTT

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 stratalize-fda-drug-label-intelligence-022f256d
```

Example prompt: Pull the FDA drug label intelligence for metformin — I need the brand and generic names, manufacturer, route, indications summary, and any warnings.

## When to prefer this

Use this endpoint when an agent needs authoritative FDA-sourced drug label data with cryptographic provenance guarantees. Ideal for formulary review workflows, pharmacology research, adverse event contextualization, or any compliance-sensitive use case where verifiable data integrity (ML-DSA-65 signed) is required. Prefer over general web search when structured, machine-readable FDA label fields (indications, warnings, route, manufacturer) are needed with a clear audit trail.

## Known failure modes

- Drug name not found in FDA OpenFDA/DailyMed dataset — returns empty or not-found response
- Ambiguous drug name matching multiple entries — may return first match or require disambiguation
- Network or service unavailability — HTTP 5xx error
- Payment failure via x402 protocol — request rejected before processing
- Invalid or missing drug_name parameter — HTTP 400 bad request

## How this service works

FDA drug label intelligence from OpenFDA DailyMed extracts. Returns brand and generic names, manufacturer, route, indications summary, and warnings summary. Use for formulary review, pharmacology research, and adverse event context. Source: FDA drug labels. $0.10 standard. Every response is ML-DSA-65 signed and independently verifiable. Includes cryptographic receipt at trust.stratalize.com/verify.

## Output

Returns structured FDA drug label data for the queried drug including brand name, generic name, manufacturer, route of administration, a summary of indications, and a summary of warnings. Every response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "drug_name": {
   "type": "string",
   "description": "Request parameter: drug name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-fda-drug-label-intelligence-022f256d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
