Discussions
Create photo avatar group By Uploaded Image
6 months ago by Gray
Hi there,
I use "Upload Asset API" to upload image file(png), and get the ID.
I also checked the assets displayed in the web interface.
According to the document "Create photo avatar group," just put the groupName and the image_key(the ID from the uploaded asset), and then I can get the group ID.
But the response is
{
"data": null,
"error": {
"code": "internal_error",
"message": "Provided talking photo image 5a80464bb3784e9ca6d7afbbd1b....... not found, please make sure the image is uploaded to HeyGen before creating the talking photo."
}
}
How can I fix it?