Developers

Interactive API reference

Run the UNMIRI API in your browser. Every request below executes live against api.unmiri.com. No key, no signup. The endpoints shown here are the synthetic-data sandbox: they accept literal variant triples and pre-loaded sample IDs, never a real patient report, so nothing you send is PHI.

What you can run here

  • POST /v1/parse/sample: cross-vendor NGS parsing on a pre-loaded synthetic report. Call GET /v1/samples first for the list of sample IDs.
  • POST /v1/lookup: variant evidence join across CIViC, ClinVar, openFDA, ClinicalTrials.gov, and CPIC for a literal (gene, variant, tumor) triple.
  • POST /v2/recommendations/sample: Engine 2 genomics-aware CDS recommendations on a synthetic parsed report. GET /v2/recommendations/samples lists the IDs.
  • POST /v4/trials/match/sample: Tier 1B variant-grounded trial matching on a synthetic sample. GET /v4/trials/samples lists the IDs; GET /v4/trials/search runs a text-and-filter search across the trial corpus.
  • POST /v4/pa/decide/sample: Tier 2C prior-authorization decision on a synthetic tuple, returned with the source policy excerpt and citation. GET /v4/pa/samples lists the IDs.

Production access is partner tier: uploading real reports, the full /v2/recommendations endpoint, higher rate limits, and a signed BAA. See the NGS API and CDS API pages for what that includes, or get in touch.

Educational use only. Synthetic data, demonstration only. Not a medical device. Not for unsupervised clinical decision-making.