Retrieve Avatar Details

Retrieve detailed information about a specific avatar by its ID, including its name, gender, preview media, default voice, and tags.

Response

FieldTypeDescription
errorstringError message, if any (null if no error).
dataobjectAvatar details.
data.typestringAlways "avatar".
data.idstringUnique identifier of the avatar.
data.namestringName of the avatar.
data.genderstringGender of the avatar ("male" or "female").
data.preview_image_urlstringURL to a preview image of the avatar.
data.preview_video_urlstringURL to a preview video of the avatar.
data.premiumbooleanWhether the avatar is a premium avatar.
data.is_publicbooleanWhether the avatar is publicly available.
data.default_voice_idstringDefault voice ID associated with the avatar.
data.tagsarrayList of tags associated with the avatar.
Language
Credentials
Header
Click Try It! to start a request and see the response here!