Skip to main content

W

TermDefinition
WAFWeb Application Firewall. A security service that protects web applications by filtering and monitoring HTTP traffic between applications and the internet.
WebhookA mechanism that allows Suki to send real-time event notifications (like session_summary_generated) to your application’s server.
Webhook PayloadThe 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.
WebSocketA 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.