Discussions
Issue: Replacing streaming avatar with my own avatar.
7 months ago by Sardar
I created instant video then I paid $199 for streaming avatar. Now I want to use my own streaming avatar on my mobile app. Once I call the api from the app they says avatar not found.
Please share me proper documentation and why the api is not getting my own avatar.
url: https://api.heygen.com/v1/streaming.new
body:
{
"quality": "high" ,
"avatar_name": "Payton-Babb"
}
response:
{
"code": 10013,
"message": "avatar not found"
}