get https://api.heygen.com/v1/streaming/avatar.list
This API endpoint allows you to retrieve a list of public and custom interactive avatars.
Response Body
Field | Type | Description |
---|---|---|
code | integer | Status code of the response (e.g., 100 for success). |
data | array | Array of avatar objects. |
data.avatar_id | string | Unique identifier for the avatar. |
data.created_at | integer | Timestamp when the avatar was created. |
data.is_public | boolean | Indicates whether the avatar is public. |
data.status | string | Current status of the avatar (e.g., ACTIVE , INACTIVE ). |
message | string | Response message (e.g., "Success"). |