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.

Start building
with Suki for Partners

Find everything you need to integrate Suki’s advanced ambient clinical intelligence into your product. Go from zero to production-ready integrations in days, not months.

What are you building?

Pick your workflow

Start with the workflow that matches your use case and choose the integration path that fits your technical approach.

RESTWebSocketWebhooks

Ambient APIs allow you to create, update, and retrieve ambient sessions.

View API Reference →
Diagram: form template, form filling session, and structured field output
const sessionId = '{ambient_session_id}';
const res = await fetch(
  `https://sdp.suki-stage.com/api/v1/ambient/session/${sessionId}/status`,
  { headers: { sdp_suki_token: '<sdp_suki_token>' } }
);
console.log(res.status, await res.json());
Diagram: Swift Mobile SDK on iOS
Diagram: headed Web SDK with pre-built UI
Diagram: headless React SDK and custom UI
Diagram: microphone audio streaming through a dictation API to a live transcript
Diagram: browser with embedded Dictation SDK microphone producing a transcript