video
Get Heygen Avatars
Get all available avatars from HeyGen with pagination.
Args: limit: Number of avatars to return (1-100, default: 20) offset: Number of avatars to skip (default: 0)
Returns: Paginated list of available avatars with their IDs, properties, and pagination metadata.
Response format: { "success": true, "data": { "avatars": [...], "pagination": { "total": 150, "limit": 20, "offset": 0, "count": 20, "has_more": true } } }
get/api/v1/video/heygen-avatars
Query parameters
limitinteger
Number of avatars to return
Number of avatars to return
offsetinteger
Number of avatars to skip
Number of avatars to skip
Response
Successful Response
{"stackTrail":"paths:/api/v1/video/heygen-avatars:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.