- Home
- Helpers
Helpers
Helper endpoints provide additional functionalities that complement the avatar video and other media generation API endpoints on Zoice. They also include account-related endpoints including fetching billing and credits data to improve overall developer experience.
Managing Voice Profiles
Helper endpoints for fetching, updating and deleting existing voice profiles.
List voices
Get all available voice profiles, filterable by age, gender, language, accent and type.
Get voice
Get a single voice profile using voice_id as path parameter.
Update voice
Update a voice's metadata including age, gender, language, etc.
Delete voice
Delete a voice profile with the given voice_id.
Managing Avatar Profiles
Helper endpoints for fetching, updating and deleting existing avatar profiles.
List avatars
Get all available avatar profiles, filterable by age, gender and ethnicity.
Get avatar
Get a single avatar metadata by adding avatar_id as a path parameter.
Update avatar
Update a avatar's metadata including age, gender, description, etc.
Delete avatar
Delete an avatar by adding avatar_id as a path parameter.