Discussions

Ask a Question
Back to all

[ISSUE] matting: true causes HTTP 500 Internal Error on talking_photo (API v2)

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

  1. Send a request to /v2/video/generate with matting: true in the character object
  2. Observe the 500 error response

Error Response

{
  "data": null,
  "error": {
    "code": "internal_error",
    "message": "Something is wrong, please contact [email protected]"
  }
}