NanoSense delivers clinical decision support, deep thinking analysis, and knowledge graph insights to your healthcare application through a single, secure API endpoint.
# 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
}
From fast SQL lookups to deep thinking analysis with knowledge graphs, NanoSense provides the full spectrum of clinical intelligence.
Sub-second SQL-powered lookups across EHR data. Patient summaries, vitals, medications, and diagnoses in real time.
Multi-step reasoning with chain-of-thought analysis. Generates knowledge graphs showing entity relationships across clinical data.
Combines retrieval-augmented generation with cached augmented generation for consistent, evidence-backed clinical answers.
DICOM-aware analysis with CLIP embeddings for semantic image search and AI-generated radiology report summaries.
End-to-end encryption, HIPAA audit logging, field-level encryption, SOC 2 controls, WAF protection, and automated data retention.
Isolated tenant workspaces with per-tenant API keys, usage tracking, token budgets, and role-based access control.
Three steps to add medical AI intelligence to your application.
Sign up, create a tenant, and receive your mrag_ API key instantly.
Configure token budgets and access modes for your team.
POST to /query with your question, mode, and optional
patient context. Get structured JSON responses with confidence scores.
Render AI summaries, drug interaction checks, knowledge graphs, and risk assessments in your application's UI. We handle the intelligence.
Direct database queries for patient data, vitals, medications, and lab results. Sub-second response times.
Multi-step reasoning with chain-of-thought, evidence synthesis, and auto-generated knowledge graphs.
Combines vector-store retrieval with cached knowledge for consistent, evidence-backed answers. Best for drug interactions.
Orchestrates multiple data sources (EHR, PubMed, guidelines) in a single query for comprehensive clinical answers.
Semantic search across radiology reports with CLIP embeddings. AI-generated summaries and comparative analysis.
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.
Pay only for the tokens you use. No hidden fees, no long-term contracts.
50,000 tokens included
200,000 tokens included
Unlimited tokens
All plans include HIPAA audit logging, encrypted data at rest, and WAF protection.
Overage tokens billed at $0.002 per 1K tokens.
Standard HTTP. JSON in, JSON out. Works with every language.
/query
Clinical query
/health
Health check
/billing/usage
Token usage
/tenants/register-partner
Partner onboard
/tenants/{id}/budget
Update budget
Full interactive API documentation at api.nanosense.net/docs
Get started with 50,000 free tokens. No credit card required.
Or email us directly at hello@nanosense.net