> ## 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.

# Send Notifications API

> Receive asynchronous notifications from Suki using your notification endpoint

Configure your application to expose an HTTPS URL that accepts inbound requests when asynchronous work completes. Suki calls that URL with a signed or documented payload so your backend can pull results or update job state without polling.

Learn more about how to configure your application to receive notifications from Suki in the [Notification webhook for partners](/documentation/webhook/overview) documentation.

## Usage scenarios

* Receive asynchronous notifications from Suki using your notification endpoint
  * Receive notifications when a session is completed or failed
  * Receive notifications when a session is timed out or cancelled
  * Receive notifications when a session is created or updated
  * Receive notifications when a session is deleted
  * Receive notifications when a session is started or stopped
  * Receive notifications when a session is paused or resumed

## Endpoints
