get https://api.topview.ai/v1/product_avatar/public_avatar/query
Response
Field | Type | Description |
---|---|---|
code | String | Response code indicating the status of the request. |
message | String | Response message describing the result of the request. |
result | Object | Object containing pagination and data information. |
result.total | Integer | Total number of items available. |
result.pageNo | Integer | Current page number in the paginated response. |
result.pageSize | Integer | Number of items per page in the paginated response. |
result.data | Array | Array of avatar objects. |
result.data[] | Object | Object containing avatar details. |
result.data[].avatarId | String | Unique identifier for the avatar. |
result.data[].avatarImagePath | String | URL of the avatar image. |
result.data[].voiceoverId | String | Unique identifier for the voiceover associated with the avatar. |
result.data[].gender | String | Gender of the avatar (e.g., male, female). |
result.data[].avatarCategoryList | Array | List of categories associated with the avatar. |
result.data[].avatarCategoryList[] | Object | Object containing category details. |
result.data[].avatarCategoryList[].categoryId | String | Unique identifier for the category. |
result.data[].avatarCategoryList[].categoryName | String | Name of the category, which may include emojis. |
result.data[].objectMaskImageInfo | String | JSON string containing object mask image information (coordinates and dimensions). |
result.data[].avatarEthnicityList | Array | List of ethnicities associated with the avatar. |
result.data[].avatarEthnicityList[] | Object | Object containing ethnicity details. |
result.data[].avatarEthnicityList[].ethnicityId | String | Unique identifier for the ethnicity. |
result.data[].avatarEthnicityList[].ethnicityName | String | Name of the ethnicity. |
result.data[].minSubsType | String | Minimum subscription type required for the avatar. |