Find what changed in trials before everyone else.
Nexum captures clinical trial history as append-only, provenance-first records. Use it daily for operations, site/sponsor execution, and derived intelligence - while keeping core data deterministic and query-safe.
Developer Credibility
Derived analytics are labeled. Core remains neutral.select sponsor_lead, total_trials
from v_sponsor_performance
order by total_trials desc
limit 10;
select nct_id, sponsor, drift_days
from v_dash_drift_table
where drift_days > 180
order by drift_days desc
limit 20;
Search Trials
Filter by indication, phase, status, sponsor. Save searches for daily reuse.
| NCT ID | Indication | Phase | Status | Sponsor | Completion |
|---|---|---|---|---|---|
| Run a search to load trials. | |||||
Use Cases
Switch between sponsor, site, change, and molecule intelligence without leaving the page.
| Sponsor | Total Trials | Active | Completion % | Failed | Sites Used | Derived Score |
|---|---|---|---|---|---|---|
| Loading sponsor data. | ||||||
| Site | Location | Trials | Completion % | Active | Top Indication | Score |
|---|---|---|---|---|---|---|
| Loading site data. | ||||||
| Ingest Time | NCT ID | Event | Field | Risk |
|---|---|---|---|---|
| Loading recent changes. | ||||
Evidence Accumulation Timeline
Clinical trials, publications, and approvals by year
Coverage by Indication
Top 8 indications by molecule coverage
| Molecule | Trials |
|---|---|
| Loading molecules. | |
| Evidence Type | Evidence ID | Indication | Phase | Sponsor | Status | Start | Completion | Link Method |
|---|---|---|---|---|---|---|---|---|
| Select a molecule to load evidence. | ||||||||
MI Decisions
Latest decision per (nct_id, raw_intervention), linked to trial evidence context.
Intervention → Evidence Network (Top 10)
Explore how sponsors, trials, and interventions connect. Unlock full graph + exports with API Access.
| nct_id | raw_intervention | Tag | asserted | confidence | evidence | reason | asserted_target |
|---|---|---|---|---|---|---|---|
| Run MI to load decisions. | |||||||
API Access
Submit your info below. We will email you within 24 hours.
What you will receive
- Custom API onboarding plan
- API documentation and sample runs
- Trial key setup details
Contact: support@nexum-labs.com
Request API Access
Submit your request and we will email within 24 hours.
Docs
Model sources, API reference patterns, and example runs.
Model & Sources
- ClinicalTrials.gov: Trial registry records and lifecycle changes.
- PubChem: Molecule identifiers and compound metadata.
- ChEMBL: Bioactivity and target linkage signals.
- PubMed: Citation evidence linked to trial/intervention context.
Questions: support@nexum-labs.com
API Reference
GET /api/trials?nct_id=NCT02335411
GET /api/mi?intervention=cytarabine
GET /api/evidence?nct_id=NCT03652467
Example API Runs
curl -X GET "https://api.nexum-labs.com/api/trials?nct_id=NCT02335411"
curl -X GET "https://api.nexum-labs.com/api/mi?intervention=pembrolizumab"
curl -X GET "https://api.nexum-labs.com/api/evidence?nct_id=NCT03652467"