Events
VoiceBlender Streaming Interface (VSI)
Upgrades to a WebSocket connection and streams all events in real-time as JSON text frames. The JSON shape is identical to webhook payloads. The server sends a {"type":"connected"} message on connect, followed by events and periodic {"type":"ping"} keepalives. Clients may send {"type":"pong"} or {"type":"stop"} to close gracefully. Unknown message types receive an error response with the echoed request_id (reserved for future commands).
get/vsi
Changes
Changed in 2 of the 67 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲