Discussions
ElevenLabs Voice Implementatin in Talk Stream API
12 months ago by daniellim
Hi There,
We are using talk steam APIs, and for voice in steaming we are wishing to use eleven labs voiceId. We tried to pass the 11labs voiceId in the API payload but its not working. Below is the payload we ae passing:
script: {
type: "text",
subtitles: "false",
provider: {
type: "elevenlabs",
voice_id: "",// our elevenlabs voiceID
},
ssml: true,
input: userInput, // Use the user input as the input value
},
config: {
fluent: false,
pad_audio: 0,
stitch: true,
},
driver_url: "bank://lively/",
session_id: sessionId,
});
But its giving "unknown, Internal server error".
Please help us for this. Also if we have any documentation for voice configurations in talk stream APIs, plz do share.
Thanks!