Skip to main content
Suki for Partners developer documentation hero illustration

Start building
with Suki for Partners

Find docs and resources to integrate Suki’s APIs and SDKs 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 outputDiagram: 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>', sdp_provider_id: '<sdp_provider_id>' } }
);
console.log(res.status, await res.json());
Diagram: Swift Mobile SDK on iOSDiagram: Swift Mobile SDK on iOS
Diagram: headed Web SDK with pre-built UIDiagram: headed Web SDK with pre-built UI
Diagram: headless React SDK and custom UIDiagram: headless React SDK and custom UI
Diagram: microphone audio streaming through a dictation API to a live transcriptDiagram: microphone audio streaming through a dictation API to a live transcript
Diagram: browser with embedded Dictation SDK microphone producing a transcriptDiagram: browser with embedded Dictation SDK microphone producing a transcript

Explore the popular docs

Start here

Learn how Suki for Partners fits into your product. Explore guides on common use cases, integration paths, and go live faster.