← Back to catalog
health.drug_labels
mock data$0.003 / callFDA Drug Labels
Search drug labeling data — indications, dosage, warnings, interactions, contraindications (OpenFDA)
Input schema
skip
integerNumber of results to skip for pagination
limit
integerNumber of results (1-100, default 10)
searchrequired
stringOpenFDA search query for drug labels (e.g. "openfda.brand_name:ibuprofen", "openfda.generic_name:metformin", "drug_interactions:warfarin")
Call via REST
curl -X POST https://unifyapi.pro/api/call/health.drug_labels \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"skip":0,"limit":0,"search":"<search>"}'