{
"url": "https://example.com/reference.png",
"name": "测试素材上传",
"assetType": "Image"
}curl --location 'https://api.aiznt.com/api/v3/open/creatAsset' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://example.com/reference.png",
"name": "测试素材上传",
"assetType": "Image"
}'{
"ResponseMetadata": {
"RequestId": "2026052715290106142F776DED4CD82D96",
"Action": "CreateAsset",
"Version": "2024-01-01",
"Service": "ark",
"Region": "cn-beijing"
},
"Result": {
"Id": "asset-20260527152901-pw5vn"
}
}