Get Avatar Details

GEThttps://api.konpro.ai/v1/avatars/{avatar_id}/details

Fetch detailed information for a specific avatar by providing its unique avatar ID. The response includes metadata such as the avatar's name, gender, preview media URLs, voice associations, tags, and availability status.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Path Parameter

ParameterTypeDescription
avatar_idstringUnique identifier for the avatar (required)

cURL Request

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

Response

Response Structure

FieldTypeDescription
errorstringError message if the request fails; null if successful
dataobjectObject containing the avatar's detail information

Inside data object:

FieldTypeDescription
typestringResource type; always "avatar"
idstringUnique avatar ID
namestringDisplay name of the avatar
genderstringGender associated with the avatar ("male" or "female")
preview_image_urlstringURL to a preview image of the avatar
preview_video_urlstringURL to a preview video showcasing the avatar
premiumbooleanIndicates if the avatar is marked as premium
is_publicbooleanShows whether the avatar is publicly accessible
default_voice_idstringDefault voice ID configured for this avatar
tagsarrayList of tags describing the avatar's attributes or categories

Example Usage

Shell
curl --request GET \
--url https://api.konpro.ai/v1/avatars/<avatar_id>/details \
--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