get https://api.heygen.com/v1/asset/list
Response
Field | Type | Description |
---|---|---|
id | string | Unique asset identifier |
name | string | Asset display name |
file_type | string | Asset type (image , video , audio , etc.) |
folder_id | string | Parent folder ID (empty string if in root) |
created_ts | integer | Creation timestamp (Unix timestamp) |
url | string | null | Accessible download URL (CDN-optimized for images) |
Pagination
The list endpoint supports cursor-based pagination:
- First Request: Call without
token
parameter - Subsequent Requests: Use the
token
from the previous response - End of Results: When
token
is empty or null