- Home
- Helpers
- Avatar Profiles
- Get Avatar Profile
Get Avatar Profile
Gets metadata about a specific avatar profile.
Inputs
GET
https://api.zoice.com/v1/avatar-profiles/{avatar_id}path
string
requiredavatar_id is the unique identifier of each avatar profile. You can use the List avatars endpoint to get a list of all available avatars.
idle
Using the Endpoint
To get metadata information about a specific avatar profile, simply send a GET request with the avatar_id as a path parameter to this endpoint. The system will respond with detailed information about the avatar profile, including generation_info and preview_url.