Skip to content

api-evangelist/nabla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nabla (nabla)

Nabla provides ambient AI for clinicians through its Copilot product, which generates clinical notes from patient encounters across more than 85,000 clinicians and 150+ health organizations. Nabla also publishes a public Core API that exposes the same underlying capabilities (medical transcription, structured note generation, FHIR-normalized data extraction, multilingual patient summaries, magic edit, custom dictionary, dot phrases, and dictation) to third-party telehealth platforms, EHRs, and voice-enabled applications. Authentication uses OAuth 2.0 client credentials for the Server API and JWT-based access tokens for the User API.

APIs.json: https://raw.githubusercontent.com/api-evangelist/nabla/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Healthcare
  • Ambient AI
  • Clinical Documentation
  • Medical Transcription
  • Speech Recognition
  • FHIR
  • SOAP Notes
  • Voice
  • EHR Integration

Timestamps

  • Created: 2026-05-23
  • Modified: 2026-05-23

APIs

Nabla Core API

The Nabla Core API transcribes medical encounters, generates structured clinical notes (for example SOAP), extracts FHIR-normalized data with ICD-10 and LOINC coding, produces multilingual patient-facing summaries, and supports magic edit, dictation, dot phrases, custom dictionaries, and feedback reporting. The API offers REST, WebSocket, and asynchronous endpoints, with audio file support up to 60 minutes.

Tags

  • Transcription
  • Clinical Notes
  • SOAP
  • FHIR
  • Dictation
  • Patient Summaries
  • Magic Edit
  • WebSocket

Properties

Nabla Copilot Server API

The Server API is intended for server-to-server interactions, allowing backend systems to manage Copilot users and resources via OAuth 2.0 client credentials. OAuth clients can be configured with a JWKS URL (preferred for key rotation) or a static X.509-encoded public key.

Tags

  • Server API
  • OAuth 2.0
  • Client Credentials
  • User Management

Properties

Nabla Copilot User API

The User API enables client-side applications to act on behalf of an individual user by exchanging server-issued access and refresh tokens to autonomously call the Nabla Core API. Includes WebSocket transcription for live medical encounters via /user/copilot/listen.

Tags

  • User API
  • JWT
  • WebSocket
  • Live Transcription

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

No releases published

Packages

 
 
 

Contributors