Public product avatar Query
Developing
Request
ethnicityIds,separated by commas in English. The specific parameters of Interface Ethnicity Query
Allowed values:femalemale
Allowed values:PopularityNewest
categoryIds,separated by commas in English. The specific parameters of Interface Category Query Request samples
curl --location --request GET 'https://api.topview.ai/v1/product_avatar/public_avatar/query?ethnicityIds=&gender=&sortingType=&categoryIds=&pageNo=&pageSize=' \
--header 'Authorization;' \
--header 'Topview-Uid;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"avatarId": "string",
"avatarImagePath": "string",
"voiceoverId": "string",
"gender": "string",
"avatarCategoryList": [
{
"categoryId": "string",
"categoryName": "string"
}
],
"objectMaskImageInfo": "string",
"avatarEthnicityList": [
{
"ethnicityId": "string",
"ethnicityName": "string"
}
],
"minSubsType": "string"
}
]
}
}
Modified at 2025-06-10 07:52:12