Documentation

Everything you need to integrate, operate, and trust NanoSense in your healthcare application.

API & Integration

Interactive API Explorer

Try every endpoint live with Swagger UI. Authenticate, send queries, and inspect responses in your browser.

Open Swagger UI

API Reference (v3.0)

Complete endpoint reference with curl examples: authentication, query modes, billing, FHIR R4, imaging, analytics, and admin.

Read reference

Quickstart

Register, authenticate, and run your first query in three API calls:

# 1. Register
curl -X POST /tenants/register \
-d '{"name":"My Clinic", ...}'
# 2. Query
curl -X POST /query \
-H "Authorization: Bearer <jwt>"
# 3. Check usage
curl /billing/usage

Security & Compliance

Legal