Get Customization
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/api/v1/avatars/{id}/customization
(clothes, hairstyles, accessories etc),
as well as the body type and other parameters.
not yet opened via browser UNDEFINED and can be changed in the future.
Set customization via corresponding endpoint to get predictable behaviour.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/avatars//customization'
响应示例响应示例
200 - 示例 1
{
"assets": {
"clothing": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"hair_and_headwear": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"color": "#aabbcc"
},
"eyewear": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"color": "#aabbccaa"
},
"footwear": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
},
"body": "body_0",
"age": "adult",
"metadata": {
"property1": "string",
"property2": "string"
},
"bone_scale": {
"head": 0,
"arms": 0,
"chest": 0
},
"skin_tone_correction": 0
}
请求参数
Path 参数
id
string <uuid>
Id
返回响应
修改于 2024-05-30 08:40:21