Browse the catalog
string
Business-role category, e.g.
professional, recruiter, sales, coach, executive, casual, illustrated.string
male, female, or neutral (illustrated/abstract avatars).string
curated (global catalog), generated, or uploaded (your own).id, image url, category, gender, and — when set — a default paired Voice.
Assign an avatar to a persona
string
ID from
GET /avatars. Takes precedence over url. The avatar’s image URL and gender are copied onto the persona so voice pairing stays coherent.string
Escape hatch: any hosted image URL. For best results match the catalog’s framing — 3:4 portrait, face centered, eyes about a third from the top — since the same image is cropped into circles and cards across the meeting UI.
boolean
default:"false"
When
true and the avatar has a default voice, the persona’s voice_id switches to it.avatar_id directly when creating or updating a persona.
Create your own avatar
Point us at any hosted image and we take it from there: the image is fetched once, validated, and re-hosted on WaterrAI storage with immutable cache headers. Meetings load the avatar from our infrastructure (and the participant’s browser cache), never from your origin — so a slow CDN, hotlink protection, or a deleted file on your side can’t blank the avatar mid-call. It becomes part of your private catalog (source: uploaded, visible only to your account):
string
required
Public https URL of the image — jpeg, png, or webp; max 10MB; min 128×128px. Fetched once at creation, then never again (the original is kept in
tags.source_url for reference). Match the catalog framing — 3:4 portrait, face centered, eyes about a third from the top — since the same image is cropped into circles and cards across the meeting UI.string
default:"professional"
Any category string; used for filtering your catalog.
string
male, female, or neutral. Copied onto the persona on assignment so voice pairing stays coherent.AI avatar generation (describe the avatar you want, or restyle a photo) is coming to this API — the catalog model is already built for it.

