Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128",
"GroupId": "184834733006389276",
"URL": "https://example.com/figure.jpg",
"AssetType": "Image",
"Name": "full-body"
}curl --location 'https://makerend.com/v1/private-avatar/assets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedance-2-0-260128",
"GroupId": "184834733006389276",
"URL": "https://example.com/figure.jpg",
"AssetType": "Image",
"Name": "full-body"
}'{
"ResponseMetadata": {
"RequestId": "20260601191715C9DAA092032F19CEC367",
"Action": "CreateAssetGroup",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing",
"Error": {
"Code": "AccessDenied",
"Message": "string"
}
},
"Result": {
"Id": "asset-20260318071009-xxxxx"
}
}