| key | 说明 |
|---|---|
| gender | 性别 |
| age | 年龄 |
| ethnicity | 种族 |
| body | 身材 |
| glasses | 眼镜 |
| style | 场景 |
| clothing | 服装 |
curl --location --request GET 'https://api.wps.com/bff/ai-professional-photo/v2/config' \
--header 'Origin: https://headshot.wps.ai' \
--header 'Cookie: wps_sid={{wps_sid}};wps_sid={{wps_sid}}'{
"code": 0,
"message": "ok",
"data": {
"gender_options": [
{
"value": "nostrud",
"name": "笪宇轩"
},
{
"value": "quis do",
"name": "巴国珍"
},
{
"value": "fugiat",
"name": "弭雯静"
}
],
"age_range_options": [
{
"value": "non aute",
"name": "骆国华"
}
],
"ethnicity_options": [
{
"value": "elit ea nulla",
"name": "万兰英"
}
],
"body_options": [
{
"value": "anim pariatur nulla voluptate",
"name": "澹台颖"
}
],
"style_options": [
{
"value": "occaecat elit nostrud sint",
"name": "奉丽萍"
}
],
"clothing_options": [
{
"value": "id occaecat et est",
"genders": [
"男"
],
"name": "回癸霖"
}
],
"glasses_options": [
{
"value": "non ullamco aliqua Ut nostrud",
"name": "兴建国"
},
{
"value": "Ut in ut cupidatat",
"name": "傅义轩"
},
{
"value": "culpa eu",
"name": "菅国辉"
}
]
}
}