ConsoleCatalog
Sign in
Vidnoz logo

Vidnoz

vidnoz.comAi Toolsno auth

AI avatar gallery, video template catalog, and marketing pages.

Avatar Gallery Listing

ASYNCWRITENo auth

Returns paginated AI avatar cards with names, preview URLs, gender, and voice IDs.

ParametersFormJSON

Pagination page number for the avatar gallery

Number of avatar records to return per page

Avatar catalog type filter (type 11 for human avatars)

Locale/language sent as the request-language header

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_vidnoz_avatar_gallery_listing",
    "params": {
      "page": "1",
      "page_size": "999",
      "avatar_type": "11",
      "locale": "en"
    }
  }'