Authorization: Bearer ********************
{
"imageUrl": "https://image.com/avatar.jpg?lock=2839474602382210",
"title": "数字人"
}
curl --location --request POST 'https://api.16ai.chat/api/v1/avatar/createByImage' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://image.com/avatar.jpg?lock=2839474602382210",
"title": "数字人"
}'
{
"code": 0,
"data": {
"avatarId": 1790123456789016
},
"msg": ""
}