Discussions

Ask a Question
Back to All

Photo Avatar Webhook Events

Hi!

I noticed that there are 2 webhook endpoints related to photo avatar generation:

  • photo_avatar_generation.success
  • photo_avatar_generation.fail

However, I'm still confused as to what events these cater to. I've subscribed to both these events at a single URL, and have received no request there so far. I tried to:

  • Generate photo avatar photos: [POST] https://api.heygen.com/v2/photo_avatar/photo/generate
  • Create photo avatar group: [POST] https://api.heygen.com/v2/photo_avatar/avatar_group/create
  • Add looks to photo avatar group: [POST] https://api.heygen.com/v2/photo_avatar/avatar_group/add

For none of these did I receive a webhook event! Can you please help me out here? Thanks!