Create Session
With the Beyond Presence Real-Time API you are able to turn audio and text into hyper-realistic avatars in real-time.
Once a session is created, the selected avatar will automatically join the WebRTC room and will start streaming audio and video to the user.
Authorizations
Your Beyond Presence API Key.
Body
Represents a request to create a Beyond Presence Real-Time API session.
The ID of the avatar to use in the session.
"01234567-89ab-cdef-0123-456789abcdef"
The LiveKit URL you chose when creating your LiveKit project.
"wss://<your-domain>.livekit.cloud"
The LiveKit token used to join your LiveKit room.
"<your-livekit-token>"
Response
Represents a Beyond Presence Real-Time API session.
The unique identifier (ID) of the session.
"01234567-89ab-cdef-0123-456789abcdef"
The timestamp of when the session was created.
"2022-01-01T00:00:00Z"
The ID of the avatar used in the session.
"01234567-89ab-cdef-0123-456789abcdef"
The LiveKit URL you chose when creating your LiveKit project.
"wss://<your-domain>.livekit.cloud"
The LiveKit token used to join your LiveKit room.
"<your-livekit-token>"