List avatar templates
Paginated list of a merchant’s avatar templates (the admin-portal avatars list), scoped to your token’s merchant (or a merchant_id override). Capped at 1000 records per page.
Authorizations
Supabase JWT — Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope to. Admins and sub-merchant operators only; other callers always use their token's merchant.
"28106cba-1c27-4e53-b149-32113e5e8e31"
Filter by avatar template type. Omit for all.
interactive_heygen, interactive_elevenlabs, offline_heygen, offline_elai, offline_synthesia "interactive_heygen"
Filter by status. Omit for all except archived (see include_archived).
active, draft, archived, deleted "active"
Filter by platform language code.
Case-insensitive search on template name or voice language name.
Include archived templates (excluded by default).
true, false "false"
Also include public templates shared across merchants, in addition to this merchant's own.
true, false "false"
Maximum number of records to return (1–1000).
1 <= x <= 100050
Number of records to skip from the start of the result set.
x >= 00