v1

latestOpenAPI 3.0.32026-07-26214565.6 KB
Avatar Management

Get Streaming Avatar Detail

Get detailed information about a specific streaming avatar

get/api/open/v4/liveAvatar/avatar/detail

Query parameters

avatar_idstring required

Unique identifier for the streaming avatar

Response

Avatar details

codeinteger required

Interface returns business status code (1000: success)

msgstring required

Interface returns status information

Example response

{
  "code": 1000,
  "msg": "OK"
}