Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128",
"Filter": {
"GroupIds": [
"group-20260601191715-9q47m"
],
"GroupType": "AIGC",
"Statuses": [
"Active",
"Processing"
],
"Name": "雀国华"
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "GroupId",
"SortOrder": "Asc"
}curl --location 'https://makerend.com/v1/private-avatar/assets/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedance-2-0-260128",
"Filter": {
"GroupIds": [
"group-20260601191715-9q47m"
],
"GroupType": "AIGC",
"Statuses": [
"Active",
"Processing"
],
"Name": "雀国华"
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "GroupId",
"SortOrder": "Asc"
}'{
"ResponseMetadata": {
"RequestId": "20260601191715C9DAA092032F19CEC367",
"Action": "CreateAssetGroup",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing",
"Error": {
"Code": "AccessDenied",
"Message": "string"
}
},
"Result": {
"Total": 0,
"PageNumber": 0,
"PageSize": 0,
"Items": [
{
"Id": "asset-20260318071009-xxxxx",
"GroupId": "group-20260601191715-9q47m",
"Status": "Processing",
"AssetType": "Image",
"Name": "string",
"URL": "string",
"CreateTime": "2019-08-24T14:15:22.123Z",
"UpdateTime": "2019-08-24T14:15:22.123Z"
}
]
}
}