Processing,需轮询 GetAsset 直到状态变为 Active 或 Failed。GroupId,Open Move 会自动为当前用户+供应商创建并复用一个 AssetGroup。POST /openapi/volcengine/?Action=CreateAsset&Version=2024-01-01curl --location 'https://api.omove.ai/openapi/volcengine/?Action=CreateAsset&Version=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"GroupId": "group-20260709083838-8phsh",
"URL": "https://example.com/photo.jpg",
"AssetType": "Image",
"Name": "我的头像"
}'{
"ResponseMetadata": {
"RequestId": "20260709095041BD40EA153193D54EB921",
"Action": "CreateAsset",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing"
},
"Result": {
"Id": "asset-20260709095041-x8qmn"
}
}