curl --location 'https://api.omove.ai/openapi/volcengine/?Action=CreateAsset&Version=2024-01-01' \
--header 'X-Date: 20260727T070000Z' \
--header 'X-Content-Sha256: 88cd32473978b64abb62166e3e789aa62130af73a5673de72bc96498d877be83' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"GroupId": "group-20260727143000-aigc001",
"URL": "https://cdn.example.com/materials/city-night.jpg",
"AssetType": "Image",
"Name": "城市夜景参考图"
}'{
"ResponseMetadata": {
"RequestId": "20260727150001ABCDEF1234567890",
"Action": "CreateAsset",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing"
},
"Result": {
"Id": "asset-20260727150001-a1b2c3"
}
}