---
title: "Get Streaming Avatar Detail"
method: GET
path: "/api/open/v4/liveAvatar/avatar/detail"
tags: ["Avatar Management"]
---

# Get Streaming Avatar Detail

`GET /api/open/v4/liveAvatar/avatar/detail`

Get detailed information about a specific streaming avatar

## Query parameters

- `avatar_id` string, required

## Response `200`

Avatar details

- object
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information
  - `data` AvatarDetail
    - `_id` string — Internal ID
    - `uid` integer — User ID
    - `type` integer — Avatar type identifier (2 for streaming avatars)
    - `from` integer — Source identifier for the avatar, 2 for official and 3 for user created
    - `avatar_id` string — Unique identifier for the streaming avatar
    - `voice_id` string — Associated voice model identifier
    - `name` string — Display name of the avatar
    - `url` string — URL to access the streaming avatar
    - `thumbnailUrl` string — URL for the avatar's preview thumbnail
    - `gender` string — Avatar's gender designation
    - `available` boolean — Indicates if the avatar is currently available for use
    - `platform` string — Platform identifier

---

[API](https://skmtc.dev/akool/apis/face-detection-api.md) · [All operations](https://skmtc.dev/akool/apis/face-detection-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akool/face-detection-api/revisions/ce2ff5679949/schema)
