curl --location 'https://api.omove.ai/openapi/volcengine/?Action=GetAsset&Version=2024-01-01' \
--header 'X-Date: 20260727T070005Z' \
--header 'X-Content-Sha256: be20397df967b5cac3a0532466d8af339895325f81853ce0c34e70fffbfe95a4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Id": "asset-20260727150001-a1b2c3"
}'{
"ResponseMetadata": {
"RequestId": "20260727150016ABCDEF1234567890",
"Action": "GetAsset",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing"
},
"Result": {
"Id": "asset-20260727150001-a1b2c3",
"Name": "城市夜景参考图",
"GroupId": "group-20260727143000-aigc001",
"AssetType": "Image",
"Status": "Active",
"URL": "https://ark-media.example.com/assets/a1b2c3",
"CreateTime": "2026-07-27T15:00:01+08:00",
"UpdateTime": "2026-07-27T15:00:16+08:00"
}
}