List Available Streaming Avatars

GEThttps://api.konpro.ai/v1/streaming/avatars

Retrieve a list of interactive avatars available for streaming, including both public and custom avatars.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Response Structure

FieldTypeDescription
codeintegerStatus code indicating success (e.g., 100 for success)
dataarrayArray of avatar objects
messagestringResponse message, such as "Success"

Each avatar object contains:

FieldTypeDescription
avatar_idstringUnique identifier for the avatar
created_atintegerTimestamp indicating when the avatar was created
default_voicestringDefault voice ID assigned to the avatar
is_publicbooleanIndicates if the avatar is publicly accessible
normal_previewstringURL to a preview image of the avatar
pose_namestringHuman-readable name or description of the avatar's pose
statusstringCurrent status of the avatar (e.g., "ACTIVE", "INACTIVE")

cURL Request

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

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Success
400 - Bad Request