Skip to main content
POST
Receive asynchronous notifications (partner webhook)
  • Notification Webhooks are available through the Partner APIs. Sessions created with the Web SDK, Mobile SDK, or Headless Web SDK use the same platform Webhook callbacks.
  • Webhooks are available for ambient session and CKG data ingestion events..
Use this endpoint to implement an HTTP endpoint in your application that receives requests from Suki. During Partner onboarding, provide the endpoint URL to Suki to receive notifications for ambient session and CKG data ingestion events. Learn more about how Webhooks work and how to implement your own HTTP endpoint to receive notifications in the Webhook overview documentation.

Code examples

Body

application/json

Webhook payload Suki sends when session processing fails.

encounter_id
string

Id of the encounter to which the payload belongs.

Example:

"29de56bc-960a-4cd5-b18f-79a798d62874"

error_code
string

Error code.

Example:

"ERROR_CODE_TRANSCRIPTION"

error_detail
string

Details of the error, if any.

Example:

"Error in transcription"

session_id
string

Id of the session that failed.

Example:

"20965414-929a-4f71-a3e5-b92bec07d086"

status
string
Example:

"failure"

Response

Last modified on August 13, 2026