List Available Streaming Avatars
GET
https://api.konpro.ai/v1/streaming/avatarsRetrieve a list of interactive avatars available for streaming, including both public and custom avatars.
Request History
Log in to see full request history
| TIME | STATUS | USER AGENT |
|---|---|---|
| Make a request to see history. | ||
0 Requests This Month
Response Structure
| Field | Type | Description |
|---|---|---|
| code | integer | Status code indicating success (e.g., 100 for success) |
| data | array | Array of avatar objects |
| message | string | Response message, such as "Success" |
Each avatar object contains:
| Field | Type | Description |
|---|---|---|
| avatar_id | string | Unique identifier for the avatar |
| created_at | integer | Timestamp indicating when the avatar was created |
| default_voice | string | Default voice ID assigned to the avatar |
| is_public | boolean | Indicates if the avatar is publicly accessible |
| normal_preview | string | URL to a preview image of the avatar |
| pose_name | string | Human-readable name or description of the avatar's pose |
| status | string | Current 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
LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request