HIPAA Compliant · SOC 2 Ready

Medical AI
Intelligence
as an API

NanoSense delivers clinical decision support, deep thinking analysis, and knowledge graph insights to your healthcare application through a single, secure API endpoint.

No credit card required
50K tokens free
5-minute integration
query.sh
# Ask NanoSense a clinical question
curl -X POST https://api.nanosense.net/query \
  -H "X-API-Key: mrag_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "question": "What are the drug interactions
                 between Metformin and Lisinopril?",
    "mode": "deep",
    "include_knowledge_graph": true
  }'

# Response
{
  "answer": "Metformin and Lisinopril are
    generally safe to use together...",
  "confidence_score": 0.94,
  "sources_used": ["EHR", "PubMed", "DrugBank"],
  "knowledge_graph": { /* nodes, edges */ },
  "processing_time": 2.3
}
~2s response
Median latency
5+
Query Modes
210K+
Synthetic Patients
99.9%
Uptime SLA
<3s
Median Response

Everything you need for
medical AI integration

From fast SQL lookups to deep thinking analysis with knowledge graphs, NanoSense provides the full spectrum of clinical intelligence.

Fast Mode

Sub-second SQL-powered lookups across EHR data. Patient summaries, vitals, medications, and diagnoses in real time.

Deep Thinking

Multi-step reasoning with chain-of-thought analysis. Generates knowledge graphs showing entity relationships across clinical data.

RAG + CAG Hybrid

Combines retrieval-augmented generation with cached augmented generation for consistent, evidence-backed clinical answers.

Radiology AI

DICOM-aware analysis with CLIP embeddings for semantic image search and AI-generated radiology report summaries.

HIPAA Compliant

End-to-end encryption, HIPAA audit logging, field-level encryption, SOC 2 controls, WAF protection, and automated data retention.

Multi-Tenant SaaS

Isolated tenant workspaces with per-tenant API keys, usage tracking, token budgets, and role-based access control.

Integrate in minutes, not months

Three steps to add medical AI intelligence to your application.

1

Get your API key

Sign up, create a tenant, and receive your mrag_ API key instantly. Configure token budgets and access modes for your team.

2

Send clinical queries

POST to /query with your question, mode, and optional patient context. Get structured JSON responses with confidence scores.

3

Display insights

Render AI summaries, drug interaction checks, knowledge graphs, and risk assessments in your application's UI. We handle the intelligence.

Five query modes,
one API endpoint

Fast

SQL-powered EHR lookup

Direct database queries for patient data, vitals, medications, and lab results. Sub-second response times.

<1s
Deep

Deep thinking analysis

Multi-step reasoning with chain-of-thought, evidence synthesis, and auto-generated knowledge graphs.

2-8s
RAG+CAG

Hybrid retrieval + cache

Combines vector-store retrieval with cached knowledge for consistent, evidence-backed answers. Best for drug interactions.

1-3s
MCP

Multi-context protocol

Orchestrates multiple data sources (EHR, PubMed, guidelines) in a single query for comprehensive clinical answers.

3-10s
Radiology

DICOM-aware imaging AI

Semantic search across radiology reports with CLIP embeddings. AI-generated summaries and comparative analysis.

2-5s
Partner Spotlight

Powering AI health analytics for Tamartaw

Tamartaw is a telemedicine platform connecting rural communities in Myanmar with healthcare providers. NanoSense provides their subscribers with AI-powered health summaries, drug interaction checks, and deep clinical analysis as a bundled service.

200K+
Monthly token budget
3 modes
Fast, Deep, RAG+CAG
HIPAA
De-identified context
PubMed
Automatic fallback

Simple, usage-based pricing

Pay only for the tokens you use. No hidden fees, no long-term contracts.

Starter

$49 /month

50,000 tokens included

  • Fast + RAG+CAG modes
  • 1 API key
  • Email support
  • HIPAA audit logs
Get Started
Most Popular

Professional

$199 /month

200,000 tokens included

  • All 5 query modes
  • 5 API keys
  • Knowledge graph visualizations
  • Priority support
  • SMART on FHIR integration
Get Started

Enterprise

Custom

Unlimited tokens

  • Everything in Professional
  • Unlimited API keys
  • Dedicated infrastructure
  • On-premises deployment option
  • BAA + custom SLA
  • AWS Marketplace available
Contact Sales

All plans include HIPAA audit logging, encrypted data at rest, and WAF protection.
Overage tokens billed at $0.002 per 1K tokens.

A clean, RESTful API

Standard HTTP. JSON in, JSON out. Works with every language.

Core Endpoints

POST /query Clinical query
GET /health Health check
GET /billing/usage Token usage
POST /tenants/register-partner Partner onboard
PATCH /tenants/{id}/budget Update budget

Authentication

# API key authentication
curl https://api.nanosense.net/query \
-H "X-API-Key: mrag_sk_..."
# JWT bearer token
curl https://api.nanosense.net/query \
-H "Authorization: Bearer eyJ..."
# Partner service key
curl https://api.nanosense.net/tenants/register-partner \
-H "X-Partner-Key: ps_..."

Full interactive API documentation at api.nanosense.net/docs

Ready to add medical AI
to your application?

Get started with 50,000 free tokens. No credit card required.

Or email us directly at hello@nanosense.net