Nexum Labs
Neutral Clinical Infrastructure

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.

Tracked Trials
-
Trial Events
-
Fetched (24h)
-

Developer Credibility

Derived analytics are labeled. Core remains neutral.
Top Sponsors
select sponsor_lead, total_trials
from v_sponsor_performance
order by total_trials desc
limit 10;
Recent Drift
select nct_id, sponsor, drift_days
from v_dash_drift_table
where drift_days > 180
order by drift_days desc
limit 20;
Task: Find Trials Fast

Search Trials

Filter by indication, phase, status, sponsor. Save searches for daily reuse.

Saved Searches Stored locally for now
0 results Core Data
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.

Sponsors Tracked
-
Total Trials
-
Avg Completion
-
Top Active Sponsor
-
Execution table
Sponsor Total Trials Active Completion % Failed Sites Used Derived Score
Loading sponsor data.
Sites
-
Completion Rate
-
Active Trials
-
Top Indication
-
Site Leaderboard
Site Location Trials Completion % Active Top Indication Score
Loading site data.
Sponsor-Site Network Derived Analytics
Changes (24h)
-
Critical Alerts
-
High Activity Trials
-
Median Drift
-
Recent Changes
Ingest Time NCT ID Event Field Risk
Loading recent changes.
Unique Molecules Tracked
-
Last fetch: -
Clinical Trials Linked
-
Identity Confidence
-
Avg Update Latency
-

Evidence Accumulation Timeline

Clinical trials, publications, and approvals by year

Coverage by Indication

Top 8 indications by molecule coverage

Top Molecules
Molecule Trials
Loading molecules.
API Access required for full export beyond top 25 molecules.
Molecule Evidence Dashboard
Evidence Type Evidence ID Indication Phase Sponsor Status Start Completion Link Method
Select a molecule to load evidence.
API Access required for full export beyond top 25 evidence rows.
Molecule–Intervention Intelligence

MI Decisions

Latest decision per (nct_id, raw_intervention), linked to trial evidence context.

Total rows returned
-
Asserted count
-
Hard-blocked count
-
Evidence-linked rows
-

Intervention → Evidence Network (Top 10)

Explore how sponsors, trials, and interventions connect. Unlock full graph + exports with API Access.

Derived Analytics
Asserted filter
Show only asserted=true
Sponsor NCT Trial Intervention Indication Publication
Showing Top 10 Unlock full network, exports, and historical runs with API Access. Request API Access
Results
Read-only view
nct_id raw_intervention Tag asserted confidence evidence reason asserted_target
Run MI to load decisions.
API Access

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.

Documentation

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

Core endpoints
GET /api/trials?nct_id=NCT02335411
GET /api/mi?intervention=cytarabine
GET /api/evidence?nct_id=NCT03652467

Example API Runs

Example #1
curl -X GET "https://api.nexum-labs.com/api/trials?nct_id=NCT02335411"
Example #2
curl -X GET "https://api.nexum-labs.com/api/mi?intervention=pembrolizumab"
Example #3
curl -X GET "https://api.nexum-labs.com/api/evidence?nct_id=NCT03652467"