POST /openapi/volcengine/?Action=GetAssetGroup&Version=2024-01-01curl --location 'https://api.omove.ai/openapi/volcengine/?Action=GetAssetGroup&Version=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Id": "group-20260709083838-8phsh"
}'{
"ResponseMetadata": {
"RequestId": "2026070908373052FBD2C63AA3052C2FC1",
"Action": "GetAssetGroup",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing"
},
"Result": {
"Id": "group-20260709083838-8phsh",
"Name": "test-asset-group",
"Description": "测试上传虚拟人像",
"GroupType": "AIGC",
"ProjectName": "Seedance默认",
"CreateTime": "2026-07-09T00:38:38Z",
"UpdateTime": "2026-07-09T00:38:38Z"
}
}