Discussions
Interactive Avatar : Avatar not found
22 days ago by Sachin
Hello,
I am trying to create a streaming avatar based on the list at
https://api.heygen.com/v1/streaming/avatar.list
However, getting this error
{
"code": 10013,
"message": "avatar not found"
}
Here is the code for my request.
const response = await fetch("<https://api.heygen.com/v1/streaming.new">, { method: "POST", headers: { "Content-Type": "application/json", "x-api-key":
${heygenToken}, }, body: JSON.stringify({ version: "v2", quality: "medium", avatar_id: Santa_Fireplace_Front_public, voice: { rate: 1, }, video_encoding: "H264", }), });