Avatars
List Avatars
Retrieve a paginated list of avatars available for video generation
GET
Retrieves a paginated list of avatars. You can request either realistic (public) avatars available to all users, or your custom avatars.
See Error Handling for more details.
Query Parameters
The type of avatars to retrieve.Allowed values:
realistic, customrealistic: Public avatars available to all userscustom: Your custom avatars (uploaded or AI-generated)
Maximum number of avatars to return per page.Range: 1-100
Number of avatars to skip (for pagination).Minimum: 0
Response
List of avatar objects.
Pagination information.
Usage with Video Creation
Once you’ve retrieved the avatar list, use the avatarid when creating videos:
Error Codes
| Code | Status | Description |
|---|---|---|
MISSING_PARAMETER | 400 | Required type parameter is missing |
INVALID_PARAMETER | 400 | Invalid value for type, limit, or offset |
VALIDATION_ERROR | 400 | Query parameter validation failed |
INVALID_API_KEY | 401 | Invalid or missing API key |

