Discussions

Ask a Question
Back to All

Issue: Replacing streaming avatar with my own avatar.

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"
}