Suki APIs
Suki provides partner REST, WebSocket, and webhook APIs so you can embed Ambient Clinical Intelligence (ACI) into healthcare applications.
Introduction
Suki APIs help you build clinical AI into healthcare software for providers, nurses, and other care staff. Ambient documentation, Form filling, Dictation, and Patient summary are the core workflows you can build from your backend. Your application owns the UI and how results move into the EHR.
Use REST for sessions and results, WebSockets for live audio, and webhooks for completion events. Responses use standard HTTP status codes and JSON.
Explore and test the APIs with the OpenAPI bundle. Access requires partner onboarding.
How it works
Each API follows the same integration pattern:
- Authenticate and obtain a Suki access token
- Create a clinical session with REST
- Stream live audio over WebSocket when the workflow needs capture
- End the session and retrieve structured output
- Optionally receive webhook events for completion and status
Authentication
API access is available only to approved Suki partners. Complete partner onboarding, then configure authentication for both your application and clinicians. Your application authenticates with a JWT (partner_token) issued by your identity provider.
After a clinician signs in, Suki issues a Suki access token that authorizes REST API and WebSocket requests on the clinicianβs behalf.
If you need staging access, production credentials, or rollout assistance, contact your Suki partnership representative or Suki Support.
Choose your API Workflow
Available APIs
Pick the APIs for your use case and workflow and start building your integration.
Start building
Stay updated
Learn about the latest updates to the Ambient, Form filling, Dictation, and Patient Summary APIs.