← Back to catalog
health.supplement_search
mock data$0.002 / callNIH Supplement Search
Search 200K+ dietary supplement labels in the NIH DSLD database — vitamins, minerals, herbal products
Input schema
limit
integerNumber of results (1-100, default 25)
queryrequired
stringSupplement search query (e.g. "vitamin D", "fish oil", "probiotics")
offset
integerResult offset for pagination
Call via REST
curl -X POST https://unifyapi.pro/api/call/health.supplement_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"query":"<query>","offset":0}'