Discussions

Ask a Question
Back to all

Websocket Documentation

Please provide the WebSocket documentation, similar to the (Beta) implementation in the HeyGen API, so that we can verify our integration.

See: https://api.liveavatar.com/v1/sessions/start, commands that go through the "ws_url" e.g.,

{
"type": "agent.speak",
"event_id": str(self._get_event_id()),
"audio": audio_b64,
}