List All Avatars in an Avatar Group

GEThttps://api.konpro.ai/v1/avatar_groups/{group_id}/avatars

Fetch all avatars contained within a specific avatar group by providing the group's unique identifier.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Path Parameters

ParameterTypeDescription
group_idstringThe unique ID of the avatar group (required)

cURL Request

shell
curl --request GET \
--url https://api.konpro.ai/v1/avatar_groups/<group_id>/avatars \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

Response

Response Structure

FieldTypeDescription
avatar_listarrayArray of avatar objects in the specified group

Each avatar object includes:

FieldTypeDescription
idstringUnique avatar ID
image_urlstringDirect URL to the avatar image
created_atfloatTimestamp (in seconds) indicating when the avatar was created
namestringDesignation or look name of the avatar
statusstringCurrent processing status (e.g., "completed")
group_idstringIdentifier of the avatar group this avatar belongs to
is_motionbooleanIndicates if avatar is animated or motion-enabled
motion_preview_urlstring or nullURL to preview motion avatar, or null if not available
business_typestringClassification such as "generated"
upscale_availabilityobjectDetails on whether upscaling is supported
— availablebooleanTrue if upscaling is possible
— reasonstringReason if upscaling unavailable
upscaledbooleanWhether the avatar has been upscaled
background_sound_effectstring or nullBackground sound effect applied, if any
default_voice_idstringDefault voice ID associated with this avatar

Example Usage

Shell
curl --request GET \
--url https://api.konpro.ai/v1/avatar_groups/<group_id>/avatars \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Result
400 - Result