Skip to main content
GET
/
v3
/
user
/
me
Get current user info, remaining credits, and billing
curl --request GET \
  --url https://api.heygen.com/v3/user/me \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Response

Successful response

data
UserInfoResponse · object