Real-time Translation
Create a real-time translation session
Creates a new real-time translation session and returns WebSocket connection credentials. Connect to the returned url with a LiveKit client SDK using the token to start streaming audio and receiving translated audio + transcripts.
post/api/beta1/session
Request body
Example request
{
"source_language": "en-US",
"target_language": "es-ES"
}Response
Session created successfully