Documentation Index
Fetch the complete documentation index at: https://docs.avaturn.live/llms.txt
Use this file to discover all available pages before exploring further.
Session Initialization
- Create a session using your
API Keyand receive a sessiontoken. Think of sessions like meeting rooms with avatars. You can connect to such a room and control what an avatar says. - Send received session
tokento frontend and use Web SDK. - If you want to control what the avatar is saying from the backend, Request the avatar to say something. Nothing is said until you connect to the room (or while you’re disconnected).
- Terminate the session. A session is terminated automatically after N [SET THE NUMBER] minutes of inactivity.