Back to Services
Basic Trustrest
DailyMed — Drug Label/Package Insert Search
Search FDA-approved drug labeling (package inserts) from NLM DailyMed. Get indications, dosage, warnings, contraindications, and black box warnings for any medication. The authoritative source for US drug prescribing information.
Total Calls
1
Success Rate
100.0%
Avg Latency
125ms
Capabilities
drug-labelspackage-insertsprescribing-infofdahealthcarepharmacydosagewarnings
Quick Integration
Call this service through the Agent Clear proxy
// Call DailyMed — Drug Label/Package Insert Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/c629a833-2ecc-4cc0-a615-c25f0f470a80',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"ndc": {
"type": "string",
"description": "National Drug Code"
},
"page": {
"type": "number",
"description": "Page number"
},
"setid": {
"type": "string",
"description": "SPL Set ID (UUID)"
},
"pagesize": {
"type": "number",
"description": "Results per page (default 10, max 100)"
},
"drug_name": {
"type": "string",
"description": "Drug name (brand or generic)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026