Discussions
[ISSUE] matting: true causes HTTP 500 Internal Error on talking_photo (API v2)
2 months ago by NgB
Summary
The matting: true parameter in the Create Avatar Video (V2) API consistently returns a 500 Internal Error. All other parameters work correctly.
Environment
- Endpoint:
POST https://api.heygen.com/v2/video/generate - Subscription: Paid plan with API credits
- talking_photo_id:
66b8838466ffxxxxxxxxxxxxxx9
Steps to Reproduce
- Send a request to
/v2/video/generatewithmatting: truein the character object - Observe the 500 error response
Error Response
{
"data": null,
"error": {
"code": "internal_error",
"message": "Something is wrong, please contact [email protected]"
}
}