Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

Suki APIs

Suki provides partner APIs that let you integrate Suki’s ambient clinical intelligence into your applications.

Introduction

The Suki APIs are designed to help partners integrate Suki into existing products and workflows. The APIs use the OpenAPI Specification (OAS) v3.0 and support integration across ambient clinical documentation, form filling, dictation, and webhook workflows.

You capture clinical conversations, structured outputs, live audio, and webhooks while you keep control of your UI and integrations.

How it works

All APIs use versioned HTTPS endpoints with JSON request and response bodies. Follow the following steps to get started:

  • Call REST: Implement the versioned HTTPS endpoints with JSON request and response bodies from the API reference documentation.
  • Add streaming when needed: Use the WebSocket flows with the correct session context for live audio streaming.
  • Receive async notifications: Configure webhooks when you want completion and status events pushed to your backend for asynchronous event notifications.

Authentication

Our APIs are available only to approved Suki partners. Complete Partner onboarding before using our APIs. Authentication works in two layers:

  • Partner authentication: Your application sends a JWT from your identity provider (partner token). Suki validates it against your registered keys so traffic is tied to your organization.
  • Provider authentication: Register each clinician once, then sign them in for a Suki access token on REST, WebSocket, and related calls for that user.

Choose your API Workflow

Available APIs

Pick the APIs for your use case and workflow and start building your integration.