Avatar List

Response

Field

Type

Description

code

String

Response code indicating success.

message

String

Message describing the response.

result

Object

Object containing avatar data.

  • total

Integer

Total number of avatars available.

  • pageNo

Integer

Current page number in the pagination.

  • pageSize

Integer

Number of items per page.

  • data

Array

Array of avatar data.

-- avatarId

String

Unique identifier for the avatar.

-- imageS3Path

String

URL of the avatar image.

-- voiceId

String

Unique identifier for the voice associated with the avatar.

-- categoryList

Array

List of categories associated with the avatar.

--- categoryId

String

Unique identifier for the category.

--- categoryName

String

Name of the category.

Language
Click Try It! to start a request and see the response here!