Access Vitaei's research data, molecule information, and clinical trial data programmatically.
The Vitaei public API is open and requires no authentication. All three endpoints are read-only and available to anyone.
Base URL: https://vitaei.com/v1
/v1/moleculesList all tracked molecules with evidence tiers and pricing.
Filters: tier, hallmark, q, limit
/v1/researchSearch peer-reviewed research papers by keyword, journal, or hallmark.
Filters: journal, source, hallmark, q, limit
/v1/trialsAccess clinical trial data from ClinicalTrials.gov integrated with Vitaei's analysis.
Filters: molecule, status, phase, q, limit
The public API is currently open with no rate limits. Please be considerate with request volume. Bulk data access and commercial integrations should reach out via the contact form on the About page.
All endpoints return JSON with total, count, and data fields.
{
"total": 268,
"count": 5,
"data": [
{
"id": 8,
"name": "NMN",
"class": "NAD+ precursor",
"tier": "II",
"hallmarks": ["07", "08"],
"trials": 48,
"dose": "250–500 mg",
"price": "$1.20",
"vendor": "Renue By Science"
}
]
}For API support, please use the contact form on the About page.