Discussions
400 code createStartAvatar
2 months ago by Daniel
Hello,
const CONFIG: StartAvatarRequest = {
quality: AvatarQuality.Low,
avatarName: "June_HR_public",
voice: {
rate: 0.95,
voiceId: "65d83b8269684645878e9155edf9b439"
},
language: "es",
};
await avatarRef.current.createStartAvatar(config);
the code fragment that I put it use to work fine but today when I want to start the avatar. The api is give me 400 code, did something change?
the reference code is on this repo InteractiveAvatarNextJSDemo