Suki AI website screenshot

Suki AI

Suki is a Redwood City, California healthcare AI company building ambient clinical intelligence for clinicians. Founded in 2017 by Punit Soni (CEO, former Google and Flipkart) and Karthik Rajan (former Salesforce), Suki has raised $168M+ across Series A-D from Venrock, March Capital, First Round Capital, MedStar Health, and others. The company's flagship product is Suki Assistant, an AI-powered voice-enabled scribe and documentation assistant that listens to doctor-patient conversations and generates specialty-specific clinical notes, patient instructions, orders, and codes — claimed to cut documentation time by 72% across 100+ specialties. Beyond the end-user assistant, Suki ships Suki Platform (also called Suki for Partners), a developer platform whose Suki Speech Service exposes ambient documentation, dictation, and form-filling capabilities as REST APIs, WebSocket audio-streaming endpoints, webhooks, and SDKs (Web, Headless Web, Mobile iOS, Mobile Android beta, Dictation iframe) so healthcare technology companies can embed Suki's voice AI into their own EHR, telehealth, RCM, or vet-tech applications. Suki has bidirectional ambient integrations with the four leading EHRs — Epic, Oracle Health (Cerner), athenahealth, and MEDITECH — plus partnerships with Amwell, Zoom, HealthEdge, WellSky, MEDENT, and Bond Vet, and is deployed at 400+ health systems and partners with a 70%+ clinician adoption rate.

5 APIs 0 Features
AIArtificial IntelligenceAmbient Clinical IntelligenceMedical ScribeClinical DocumentationVoice AISpeech RecognitionHealthcareEHR IntegrationEpicOracle HealthathenahealthMEDITECHDictationForm FillingNote GenerationGenerative AIHIPAASOC2Healthcare Technology

APIs

Suki Ambient API

REST + WebSocket API that powers ambient clinical documentation. Partners create an ambient session, seed it with patient/encounter context, stream microphone audio over WebSock...

Suki Dictation API

REST + WebSocket API for real-time clinical dictation. Partners open a dictation session, stream audio to a WebSocket, and receive transcribed clinical text. Designed for both i...

Suki Form Filling API

REST + WebSocket API that turns clinician voice input into structured form data. Partners create a form-filling session, attach a template, stream audio, then retrieve typed str...

Suki Auth API

Authentication and token-issuance endpoints used by partners and partner-managed providers to obtain access tokens for the Suki Speech Service. Issues JWTs, exposes JWKS for ver...

Suki Info API

Reference/lookup endpoints that expose Suki-curated clinical metadata used to drive note generation, ordering, and form filling. Covers supported specialties, diagnoses, encount...

Collections

Pricing Plans

Suki Plans Pricing

4 plans

PLANS

Rate Limits

Suki Rate Limits

4 limits

RATE LIMITS

FinOps

Suki Finops

FINOPS

Event Specifications

Suki Speech Service Streaming API

AsyncAPI description for the three WebSocket audio-streaming channels exposed by the Suki Speech Service (Suki for Partners). Each REST session-create call (Ambient, Dictation, ...

ASYNCAPI

Semantic Vocabularies

Suki Context

26 classes · 7 properties

JSON-LD

Example Payloads

Resources

🔗
Website
Website
🔗
About
About
🔗
Clinicians
Clinicians
🔗
Technology
Technology
🔗
Platform
Platform
🔗
Partners
Partners
🔗
EHRIntegrations
EHRIntegrations
🔗
Epic
Epic
🔗
athenahealth
athenahealth
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🔗
APIReference
APIReference
📄
ReleaseNotes
ReleaseNotes
🔗
LlmsText
LlmsText
🔗
HelpCenter
HelpCenter
🌐
TrustPortal
TrustPortal
📰
Blog
Blog
📰
Newsroom
Newsroom
📄
PressReleases
PressReleases
🔗
Careers
Careers
🔗
Contact
Contact
🔗
Download
Download
🔗
AppStore
AppStore
🔗
LinkedIn
LinkedIn
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Suki Info API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: sdp_suki_token
    value: '{{sdp_suki_token}}'
    placement: header
items:
- info:
    name: Info
    type: folder
  items:
  - info:
      name: List Specialties
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/specialties
    docs: List Specialties
  - info:
      name: List Diagnoses
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/diagnoses
      params:
      - name: q
        value: ''
        type: query
      - name: system
        value: ''
        type: query
    docs: List Diagnoses
  - info:
      name: List Encounter Types
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/encounter-types
    docs: List Encounter Types
  - info:
      name: List Visit Types
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/visit-types
    docs: List Visit Types
  - info:
      name: List LOINC Note Sections
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/loincs
    docs: List LOINC Note Sections
  - info:
      name: List Provider Roles
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/provider-roles
    docs: List Provider Roles
- info:
    name: MedicationOrders
    type: folder
  items:
  - info:
      name: List Medication Order Metadata
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/medication-orders
    docs: List Medication Order Metadata
  - info:
      name: List Order Coding Systems
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/orders-coding-systems
    docs: List Order Coding Systems
  - info:
      name: List Dosage Units
      type: http
    http:
      method: GET
      url: https://sdp.suki-stage.com/api/v1/info/orders-dosage-units
    docs: List Dosage Units
bundled: true