Discussions

Ask a Question
Back to All

Credits

When I look at the UI on the web, it shows that I have -1 credits on my account but when I call the api (https://api.heygen.com/v2/user/remaining_quota) I get -59?

{  
  "error": null,  
  "data": {  
    "remaining_quota": -59,  
    "details": {  
      "api": -59  
    }  
  }  
}

I'm not sure how these are related other than it being 1 credit 60 seconds. However, if I remember correctly, the documentation says it's 1 credit = 5 minutes.

Please inform.