W
| Term | Definition |
|---|---|
| WAF | Web Application Firewall. A security service that protects web applications by filtering and monitoring HTTP traffic between applications and the internet. |
| Webhook | A mechanism that allows Suki to send real-time event notifications (like session_summary_generated) to your application’s server. |
| Webhook Payload | The JSON data body sent by Suki to a partner’s callback URL when a webhook event is triggered, containing event details and relevant session or note data. |
| WebSocket | A communication protocol that provides full-duplex communication channels over a single TCP connection, used for real-time audio streaming to Suki’s platform. |
| WebSocket Secure (WSS) | The secure version of WebSocket protocol that uses TLS/SSL encryption for protected data transmission during real-time audio streaming. |