Public Product Avatar Query

Response

FieldTypeDescription
codeStringResponse code indicating the status of the request.
messageStringResponse message describing the result of the request.
resultObjectObject containing pagination and data information.
result.totalIntegerTotal number of items available.
result.pageNoIntegerCurrent page number in the paginated response.
result.pageSizeIntegerNumber of items per page in the paginated response.
result.dataArrayArray of avatar objects.
result.data[]ObjectObject containing avatar details.
result.data[].avatarIdStringUnique identifier for the avatar.
result.data[].avatarImagePathStringURL of the avatar image.
result.data[].voiceoverIdStringUnique identifier for the voiceover associated with the avatar.
result.data[].genderStringGender of the avatar (e.g., male, female).
result.data[].avatarCategoryListArrayList of categories associated with the avatar.
result.data[].avatarCategoryList[]ObjectObject containing category details.
result.data[].avatarCategoryList[].categoryIdStringUnique identifier for the category.
result.data[].avatarCategoryList[].categoryNameStringName of the category, which may include emojis.
result.data[].objectMaskImageInfoStringJSON string containing object mask image information (coordinates and dimensions).
result.data[].avatarEthnicityListArrayList of ethnicities associated with the avatar.
result.data[].avatarEthnicityList[]ObjectObject containing ethnicity details.
result.data[].avatarEthnicityList[].ethnicityIdStringUnique identifier for the ethnicity.
result.data[].avatarEthnicityList[].ethnicityNameStringName of the ethnicity.
result.data[].minSubsTypeStringMinimum subscription type required for the avatar.
Language
Click Try It! to start a request and see the response here!