?mode=video — AI video avatars (system-provided)?mode=custom — Custom avatars uploaded by the authenticated usercurl --location --request GET 'https://api.zebracat.ai/v1/avatars?page&page_size&mode&id' \
--header 'X-API-KEY: <api-key>'[
{
"id": 0,
"preview": "string",
"video_preview": "string",
"status": "string",
"overlay": "string",
"name": "string",
"gender": "string",
"age": "string",
"style": "string",
"mode": "string",
"category": "string",
"used_for_new_user_flow": false,
"suggested_voice_id": "string",
"is_favorite": false,
"srcs": "string",
"noisy_overlay": "string",
"face_detection_issue": false,
"is_custom": false,
"is_ugc": false
}
]