Developer Platform

Build with the Mergic API

Technical documentation, API reference, SDKs, CLI tools, and integration guides for deploying GPU-accelerated multimodal AI in clinical production.

$ pip install mergic
$ mergic auth login
$ mergic infer --model vision-v3 --input scan.dcm

Getting Started

From zero to first inference in under 10 minutes.

Quickstart Guide

Install, authenticate, and run your first pipeline

Install the Mergic CLI, authenticate with your API key, upload a sample DICOM or FASTQ file, and call the inference API. Complete step-by-step tutorials for imaging, genomics, and multimodal workflows with working code samples in Python, Node.js, and cURL.

Start the quickstart →

Authentication

OAuth 2.0, API keys, and service account tokens

Environments

Sandbox, staging, and production setup

Data Upload

Multipart, presigned URLs, and bulk ingestion

First Inference

Submit a job and retrieve results in 5 minutes

API Reference

Complete endpoint documentation with interactive examples.

RESTful API with JSON payloads, OpenAPI 3.0 specs, gRPC support, and sandbox.

Core API

Authentication, data upload, inference, and retrieval

All API requests require Bearer token authentication via OAuth 2.0 or API key. Upload data to presigned S3 URLs or via multipart form-data. Inference endpoints accept modality-specific parameters and return job IDs for async polling. Results are retrieved via GET with pagination and filtering.

Browse full API reference →

Imaging Endpoints

DICOM upload, model selection, segmentation, and annotation retrieval

Genomics Endpoints

FASTQ upload, Parabricks pipelines, VCF retrieval, and annotation

Reasoning API

Multimodal summaries via Lumen

Governance API

Audit logs, RBAC, and policies

Webhooks

Real-time event notifications

Code Examples

Working code for common clinical AI workflows.

Python — Imaging Inference

Run a radiology detection model

import mergic

client = mergic.Client(api_key="mgk_...")

# Upload DICOM and run inference
job = client.vision.infer(
    model="chest-xray-v3",
    input="./patient_scan.dcm",
    return_annotations=True
)

# Poll for results
result = job.wait()
print(result.findings)
# [Finding(label="nodule", confidence=0.94, bbox=...)]

Python

Genomics variant calling

Upload FASTQ, run Parabricks alignment and variant calling, retrieve annotated VCF.

TypeScript

Multimodal clinical summary

Combine imaging + genomics + EHR via Lumen API for agentic case summaries.

Go

Audit trail queries

Query Citadel audit logs by user, action, and time range with cryptographic verification.

Node.js

Webhook event handler

Handle inference completion events with signature verification and retry logic.

Integration Guides

Connect Mergic to your clinical and research systems.

Healthcare Systems

PACS, LIS, and EHR integration

Connect Mergic to PACS via DICOMweb for automated study retrieval and structured report push-back. Integrate with LIS for genomics order workflows. Connect EHR systems via FHIR R4 for bidirectional clinical data exchange with reconciliation and deduplication logic.

View healthcare integrations →

NVIDIA Microservices

Direct integration with Clara, MONAI, Parabricks, BioNeMo, NeMo, and NIM.

Cloud Storage & Data Lakes

Connect to S3, Azure Blob, GCS, MinIO, and Hadoop-compatible file systems.

Kubernetes & Orchestration

Helm charts, GPU operator, and auto-scaling configurations for K8s clusters.

Identity Providers

SSO via SAML 2.0, OpenID Connect, Okta, Azure AD, and Google Workspace.

Platform Stats

Mergic developer platform by the numbers.

99.9%

API uptime SLA

300ms

Median inference latency

120+

API endpoints documented

4

Official SDKs (Python, Node, Go, Java)

50+

Pre-built integration connectors

10k/min

Default API rate limit

Community & Support

Get help building with Mergic.

Developer support channels

Enterprise customers receive dedicated Slack channels with direct access to engineering. Community support is available via GitHub Discussions. Professional services include architecture reviews, custom integration development, and model fine-tuning assistance.

Contact support →

Troubleshooting

Common error codes, debugging workflows, and resolution steps.

Changelog

Release notes, breaking changes, deprecations, and migration guides.

Status Page

Real-time platform status, incident history, and maintenance schedules.

Community

GitHub Discussions, sample repos, and community-contributed integrations.

Changelog

What's new in Mergic platform updates.

Platform release notes, API changes, and migration guides for all Mergic products.

v2.4.0 — June 2026

Atlas cross-modal search API v2

New vector similarity search endpoints supporting up to 100M embeddings. Batch query support with async responses. Python SDK updated.

v2.3.0 — April 2026

Helix long-read sequencing support

GPU-accelerated alignment and variant calling for PacBio HiFi and Oxford Nanopore with Parabricks 4.3 integration.

v2.2.0 — February 2026

Citadel federated governance

Multi-institution audit trail federation with cross-site policy inheritance. New RBAC delegation model for consortium deployments.

v2.1.0 — December 2025

Vision Holoscan edge inference

Real-time AI inference at the scanner edge with NVIDIA Holoscan. Sub-60-second report generation for CT and MRI workflows.

Quarterly

Major release cadence

Weekly

Patch & security updates

Community

Build with and contribute to Mergic.

Open-source components and contributions

Mergic's data ingestion SDK, governance policy engine, and PACS/EHR connector templates are open-source. We welcome contributions from the medical AI community — bug fixes, new format parsers, and governance policy templates are all reviewed and merged on a weekly cadence. Join our GitHub discussions for architecture conversations and RFC feedback.

Request GitHub access

Developer Slack community

Connect with Mergic engineers and users. Channels for platform development, integration support, and clinical AI governance.

Office hours with engineers

Bi-weekly sessions with Mergic platform engineers. Bring integration questions, optimization challenges, and architecture reviews.

Start building

Ready to integrate Mergic into your platform?

Talk to our solutions team about API access, enterprise support, and custom integration development for your clinical or research infrastructure.